Search found 1 match
- Thu Jul 12, 2018 1:53 pm
- Forum: Report Bugs
- Topic: [solved] Fail to reconnect to AP after deep sleep
- Replies: 3
- Views: 11467
Re: Fail to reconnect to AP after deep sleep
At this point I would suggest to disconnect from the AP gracefully: call esp_wifi_disconnect, then wait for SYSTEM_EVENT_STA_DISCONNECTED event, then proceed to enter deep sleep. We do have a plan to implement "maintain AP connection while in deep sleep" feature at some point, but it won't come in ...