Add some hints to reset the credentials. Fixes #16
This commit is contained in:
parent
a90f02583d
commit
11c991e687
1 changed files with 5 additions and 1 deletions
|
@ -67,7 +67,11 @@ String localIP = "127.0.0.1";
|
|||
//*************************************************************************//
|
||||
|
||||
void setup() {
|
||||
//WiFi.disconnect(); // erase the wifi credentials
|
||||
|
||||
// Erase WiFi Credentials (maybe this will work ...)
|
||||
//WiFi.disconnect(true);
|
||||
//delay(2000);
|
||||
//ESP.reset();
|
||||
|
||||
#ifdef DEBUG
|
||||
Serial.begin(115200);
|
||||
|
|
Loading…
Reference in a new issue