Search found 1 match

by wangqx
Tue Nov 05, 2024 5:31 am
Forum: ESP RainMaker
Topic: Rainmaker app on Android fails to find SSID's
Replies: 5
Views: 1532

Re: Rainmaker app on Android fails to find SSID's

Hi, the WIFI_EVENT_SCAN_DONE event was post to three handlers in your logs. Did you try to get the scan results in the previous handlers (_arduino_event_cb or _sta_event_cb). Please take a look at this https://github.com/espressif/esp-idf/blob/master/components/esp_wifi/include/esp_wifi.h#L588 . If ...