diff --git a/firmware/firmware.ino b/firmware/firmware.ino index e94218b..50e804e 100644 --- a/firmware/firmware.ino +++ b/firmware/firmware.ino @@ -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);