maakbaas / esp8266-iot-framework

Framework for IoT projects implementing HTTPS requests, a React web interface, WiFi manager, live dashboard, configuration manager, file manager and OTA updates.
GNU General Public License v3.0
416 stars 113 forks source link

try to recover stuck WiFi #162

Closed EtlamGit closed 7 months ago

EtlamGit commented 1 year ago

check every 60 seconds for WL_IDLE_STATUS == 0 and restart WiFi when this state is persistent

maakbaas commented 7 months ago

Thanks, I would recommend to put this in user code. I am not sure of the implications. Normally WL_IDLE_STATUS should be a transitory status?