Hieromon / AutoConnect

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

Strange Issue #610

Open fabltd opened 11 months ago

fabltd commented 11 months ago

Hi

We are having a stange issue. We have devics were the wifi credentials of the AP are not removed. currently to remove the credentials we are calling:

nvs_flash_erase();
delay(1000);
nvs_flash_init();

Is there some other method to reset the list of know SSIDs?

Thanks