nospig / WeatherStation

Weather station for ESP8266 modules, 2.8" TFT screen and Open Weather API.
MIT License
2 stars 0 forks source link

Can't have setting reset when uploading new html or js #26

Closed nospig closed 5 years ago

nospig commented 5 years ago

Move html and js into progmem?

nospig commented 5 years ago

In progress. Convert HTML and js to text and serve from PROGMEM.

nospig commented 5 years ago

Done. All server pages moved into PROGMEM. No need to upload file system which overwrites settings.json.