Browse Source

new paths

master
user 4 years ago
parent
commit
afe6fab3df
  1. 2
      works/Dennis de Bel & Anton Jehle/esp-files/data/dl-android.html
  2. 2
      works/Dennis de Bel & Anton Jehle/esp-files/data/dl.html
  3. BIN
      works/Dennis de Bel & Anton Jehle/esp-files/data/paracity_gallery_v041.zip
  4. BIN
      works/Dennis de Bel & Anton Jehle/esp-files/data/paracity_gallery_v042.zip
  5. BIN
      works/Dennis de Bel & Anton Jehle/esp-files/data/pic.jpg
  6. 7
      works/Dennis de Bel & Anton Jehle/esp-files/esp-files.ino

2
works/Dennis de Bel & Anton Jehle/esp-files/data/dl-android.html

@ -128,7 +128,7 @@
':`
</h2>
<a href="/paracity_gallery_v041.zip">DOWNLOAD FILES</a> <!--reload page after 5sec to lure iOS request to hotspot-detect.html, or just load new page!-->
<a href="/paracity_gallery_v042.zip">DOWNLOAD FILES</a> <!--reload page after 5sec to lure iOS request to hotspot-detect.html, or just load new page!-->
</div>

2
works/Dennis de Bel & Anton Jehle/esp-files/data/dl.html

@ -125,7 +125,7 @@
':`
</h2>
<a href="/paracity_gallery_v041.zip">DOWNLOAD FILES</a>
<a href="/paracity_gallery_v042.zip">DOWNLOAD FILES</a>
</div>

BIN
works/Dennis de Bel & Anton Jehle/esp-files/data/paracity_gallery_v041.zip

Binary file not shown.

BIN
works/Dennis de Bel & Anton Jehle/esp-files/data/paracity_gallery_v042.zip

Binary file not shown.

BIN
works/Dennis de Bel & Anton Jehle/esp-files/data/pic.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

7
works/Dennis de Bel & Anton Jehle/esp-files/esp-files.ino

@ -19,7 +19,7 @@
ESP8266WebServer server(80);
#ifndef STASSID
#define STASSID "Paracity Gallery v041"
#define STASSID "Paracity Gallery v042"
//#define STASPSK "mypassword"
#endif
@ -44,7 +44,7 @@
//Over-the-Air updates
ArduinoOTA.setHostname("opencoil");
//ArduinoOTA.setPassword("change-me"); //enabling password disables SPIFFS upload
ArduinoOTA.setPassword("&0_029100)jJapeM"); //enabling password disables SPIFFS upload
ArduinoOTA.begin();
SPIFFS.begin();
@ -132,7 +132,8 @@ void closeCNAdelay(){
}
void restartESP(){
delay(1000);
//delay(1000); //for spiffs size < 300kb
delay(5000);
ESP.restart();
return;
}

Loading…
Cancel
Save