Search found 1 match

by donaldteleco
Thu Apr 28, 2022 2:51 pm
Forum: General Discussion
Topic: Wifi connect fails after esp_restart()
Replies: 0
Views: 759

Wifi connect fails after esp_restart()

I'm using a ESP32-S3-DevKitC-1 with esp-idf version 5.0 I restart the esp32s3 using the function: esp_restart(); After rebooting, the wifi event handler intercepts a WIFI_EVENT_STA_DISCONNECTED event with reason WIFI_REASON_NO_AP_FOUND even though the AP is clearly active and other devices can conne...