From 11c991e6875eed03e6d58c680afe3dc5d2d2f11d Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Sun, 3 Feb 2019 21:14:18 +0100 Subject: [PATCH] Add some hints to reset the credentials. Fixes #16 --- firmware/firmware.ino | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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);