Browse Source

added new ota sketch

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

BIN
.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 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();

Loading…
Cancel
Save