diff --git a/code/esp8266/.DS_Store b/code/esp8266/.DS_Store index 9544757..8601cac 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 62d4722..dc708b4 100644 --- a/code/esp8266/otastaImg/otastaImg.ino +++ b/code/esp8266/otastaImg/otastaImg.ino @@ -39,7 +39,7 @@ //Over-the-Air updates ArduinoOTA.setHostname("ESP8266"); - ArduinoOTA.setPassword("change-me"); + //ArduinoOTA.setPassword("change-me"); //enabling password disables SPIFFS upload ArduinoOTA.begin(); SPIFFS.begin();