Hieromon / AutoConnect

An Arduino library for ESP8266/ESP32 WLAN configuration at runtime with the Web interface
https://hieromon.github.io/AutoConnect/
MIT License
911 stars 190 forks source link

Wifi credencials #622

Open javiergentoo opened 4 months ago

javiergentoo commented 4 months ago

Hello Before all, it is a great job. When the device lost the wifi AP for long time and the wifi AP recover again. The ESP32 lost the credential and it is needing to setup the device again. I have read that with the "config.autoReconnect = true;" the device reconnect again with the last credencial, but with this config I can not delete the credecial using the end point /_ac. Coud Somebody help me ?

Thanks