diff --git a/.DS_Store b/.DS_Store index 8b0ae7f..8f9cf39 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/code/esp8266/otastaImg/otastaImg.ino b/code/esp8266/otastaImg/otastaImg.ino index 62d4722..b786dc5 100644 --- a/code/esp8266/otastaImg/otastaImg.ino +++ b/code/esp8266/otastaImg/otastaImg.ino @@ -15,7 +15,7 @@ ESP8266WebServer server(80); #ifndef STASSID - #define STASSID "\xF0\x9F\x9B\xB4 beta" + #define STASSID "\xF0\x9F\x9B\xB4 UNFLASHED" //#define STASPSK "mypassword" #endif @@ -39,7 +39,7 @@ //Over-the-Air updates ArduinoOTA.setHostname("ESP8266"); - ArduinoOTA.setPassword("change-me"); + //ArduinoOTA.setPassword("change-me"); //disabled to allow data uploads ArduinoOTA.begin(); SPIFFS.begin();