Browse Source

re-added otastaImg was broken, fixed now

master
dennisdebel 4 years ago
parent
commit
8f4815ab2c
  1. BIN
      .DS_Store
  2. BIN
      code/esp8266/.DS_Store
  3. 4
      code/esp8266/otastaImg/otastaImg.ino

BIN
.DS_Store

Binary file not shown.

BIN
code/esp8266/.DS_Store

Binary file not shown.

4
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();

Loading…
Cancel
Save