ayushsharma82 / ESPConnect

[Deprecated] Simple & Easy WiFi Manager with Captive Portal for ESP8266 / ESP32
GNU General Public License v3.0
94 stars 30 forks source link

Fix ESPConnectClass::erase() to clear wifi credentials on ESP8266 #12

Closed musicman944 closed 2 years ago

musicman944 commented 2 years ago

This change fixes the erase() function to work with ESP8266.
Also added a new function getPassword() to complement getSSID().

ayushsharma82 commented 2 years ago

Thanks for the effort! Merged.