alanswx / ESPAsyncWiFiManager

Port WiFiManager to ESP Async Server
MIT License
222 stars 85 forks source link

Fix SSID and Pass not being saved after configPortal #104

Closed pedrosousabarreto closed 2 years ago

pedrosousabarreto commented 2 years ago

Adding WiFi.persistent(true) and WiFi.persistent(false) as suggested by @BDskii in https://github.com/alanswx/ESPAsyncWiFiManager/issues/102

alanswx commented 2 years ago

Can you increase the version numbers?

pedrosousabarreto commented 2 years ago

@alanswx Sure, bumped to 0.31 in the library.* files.