r-downing / PersWiFiManager

Persistent WiFiManager Arduino library for ESP8266
http://ryandowning.net/PersWiFiManager/
MIT License
111 stars 34 forks source link

Adding Safer reset method for /wifi/rst path #15

Closed boseji closed 6 years ago

boseji commented 6 years ago

Issue There was an issue observed when the library is running in Async mode. When the main / application Server api were accessed and then a Reset request was sent ESP8266 the system did not reset properly.

Fix The fix in this commit would ensure a proper reset in most of the conditions.

Where this was observed Example spiffs_rest_api_nonblocking