Add some hints to reset the credentials. Fixes #16

This commit is contained in:
Aaron Fischer 2019-02-03 21:14:18 +01:00
parent a90f02583d
commit 11c991e687
1 changed files with 5 additions and 1 deletions

View File

@ -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);