Files
fastbee/firmware/esp-idf/README.md
2021-07-05 08:20:32 +00:00

8 lines
443 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#### get-started项目实现wifi和mqtt功能对接系统的基本示例。
* 修改wifi.c文件中的 SSID和密码连接自己wifi
* 修改mqtt.c文件中的mqtt信息连接自己的mqtt代理服务
#### 环境
* 芯片采用ESP32S2基于ESP-IDF v4.2版本开发。其他版本可能会有少许出入。
* [硬件接入文档看这里 >>>](https://gitee.com/kerwincui/wumei-smart/wikis/pages?sort_id=4203154&doc_id=1506495)