espressif / esp-aliyun

Aliyun Iotkit-embedded, support esp32 & esp8266.
339 stars 151 forks source link

烧录完的配网问题:无法找到adh_xxx_xxx这个热点 #210

Open ghost opened 3 years ago

ghost commented 3 years ago

1. 开发环境

2. 问题描述

烧录了nvs分区,然后烧录smart_light 设备启动后配网时,app提示:请将手机wifi链接到adh_xxx_xxx后返回APP 问题:这个时候无法找到adh_xxx_xxx这个热点,用其他设备搜索页没有

ESP-YJM commented 2 years ago

你需要切换到设备热点配网模式,示例默认是一键配网. 使能 https://github.com/espressif/esp-aliyun/blob/master/Kconfig#L137 这个配置. 然后程序就会切换到设备热点配网 https://github.com/espressif/esp-aliyun/blob/master/examples/solutions/smart_light/main/app_main.c#L204.