Skip to content

Releases: Nikfinn99/Esp8266-multi

ESP8266-multi V1.0.0

14 Apr 12:54
bf7af60
Compare
Choose a tag to compare

Compiled code for flashing to the ESP module using my upload tool https://github.com/Nikfinn99/ESP-Ota-UI.

Additionally flash https://github.com/Nikfinn99/Esp8266-multi/releases/tag/SPIFFS_image to SPIFFS for enabling web server functionality.

Common SPIFFS image for all releases

14 Apr 12:51
bf7af60
Compare
Choose a tag to compare

In this SPIFFS image are the files included that the esp needs to host a webserver and create a web UI for managing the config file.

Upload the Image to the ESP module using my upload tool https://github.com/Nikfinn99/ESP-Ota-UI.

The code from inside the image was modified from https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266WebServer/examples/FSBrowser.