zhouhan0126 / WIFIMANAGER-ESP32

wifimanager-esp32
MIT License
402 stars 137 forks source link

wifiManager.resetSettings(); #4

Open shaddow501 opened 6 years ago

shaddow501 commented 6 years ago

It does not reset the settings can you check?

pablobacho commented 6 years ago

I found this on the code:

// TODO On ESP32 this does not erase the SSID and password. See
// https://github.com/espressif/arduino-esp32/issues/400
// For now, use "make erase_flash".

As suggested #https://github.com/espressif/arduino-esp32/issues/400 calling the function after WiFi is connected works. But it makes no sense for real world applications.