From 550eeb939402d8c995ca1267fc4caf2a003c73e1 Mon Sep 17 00:00:00 2001 From: then Date: Sat, 24 Oct 2020 04:19:18 +0200 Subject: [PATCH] added descriptions to folder contents --- code/esp8266/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/esp8266/README.md b/code/esp8266/README.md index b19f878..868c36d 100644 --- a/code/esp8266/README.md +++ b/code/esp8266/README.md @@ -1,5 +1,11 @@ # opencoil-paracity: code +### Description of Files + * otastaImg - Offline ESP8266 webserver + captive portal + filesystem (iOS only atm) + * otastaImg-close-button - The above, but with 'close' button, just like your Hotel/Train/Airport wifi ;) (iOS only atm) + * paracity_gallery_v041 - Offline ESP8266 webserver + captive portal + filesystem hosting relevant files to reproduce all of this hardware and software (BROKEN) + + ### Prerequisites This guide assumes you have a 4MB ESP12F microcontroller and use Arduino IDE.