fablab-luenen / McLighting

The ESP8266 based multi-client lighting gadget
MIT License
215 stars 30 forks source link

Change index file #78

Closed manuallv closed 4 years ago

manuallv commented 4 years ago

Hi, maybe this will be a stupid question, but I can't change the index.htm file. I uncomment #define USE_HTML_MIN_GZ and upload index.htm file in /upload, but but nothing changes

bpohvoodoo commented 4 years ago

If you uncomment this the interanl index.html file will be usesd. To use the spiffs version you have to comment it out.

define USE_HTML_MIN_GZ // uncomment for using index.htm & edit.htm from PROGMEM instead of SPIFFS

bpohvoodoo commented 4 years ago

What do you have changed in index.htm?