Added ;
This commit is contained in:
parent
f392fce1cc
commit
4fcb7ba2a7
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ void resetWifiManager()
|
|||
httpServer.send(200, "text/html", message);
|
||||
|
||||
// Erase WiFi Credentials, enable, compile, flash, disable and reflash.
|
||||
WiFiManager.resetSettings()
|
||||
WiFiManager.resetSettings();
|
||||
|
||||
delay(5000);
|
||||
|
||||
|
|
Loading…
Reference in a new issue