diff --git a/.DS_Store b/.DS_Store index 39fefe1..2e7b7af 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/code/esp8266/.DS_Store b/code/esp8266/.DS_Store index 8601cac..9544757 100644 Binary files a/code/esp8266/.DS_Store and b/code/esp8266/.DS_Store differ diff --git a/code/esp8266/otastaImg/otastaImg.ino b/code/esp8266/otastaImg/otastaImg.ino index b786dc5..62d4722 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 UNFLASHED" + #define STASSID "\xF0\x9F\x9B\xB4 beta" //#define STASPSK "mypassword" #endif @@ -39,7 +39,7 @@ //Over-the-Air updates ArduinoOTA.setHostname("ESP8266"); - //ArduinoOTA.setPassword("change-me"); //disabled to allow data uploads + ArduinoOTA.setPassword("change-me"); ArduinoOTA.begin(); SPIFFS.begin();