From 8f4815ab2cec0791fb02d60e19d5729d05febac4 Mon Sep 17 00:00:00 2001 From: dennisdebel Date: Wed, 21 Oct 2020 00:16:52 +0200 Subject: [PATCH] re-added otastaImg was broken, fixed now --- .DS_Store | Bin 6148 -> 6148 bytes code/esp8266/.DS_Store | Bin 6148 -> 6148 bytes code/esp8266/otastaImg/otastaImg.ino | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.DS_Store b/.DS_Store index 39fefe149e740d151b0cae1a13625e23c4cde78d..2e7b7af863a3846d70505ba0b403e0629dbd2d07 100644 GIT binary patch delta 57 zcmV-90LK4>FoZCWV*&WH5eTOPlM4hG0r-R?|=4AKSEYJF!X)`;=Uw!}`cMQ4! diff --git a/code/esp8266/.DS_Store b/code/esp8266/.DS_Store index 8601cac4cf115aab5c6c3f69185222f215984900..95447570167e781546b1241582ff7452b7dab9b1 100644 GIT binary patch delta 19 acmZoMXffDumx;|tN5RMNt4idN5R;@bn{~-MNt4ijs@oc 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();