siteswapjuggler / smartball-firmware

Smartball ESP8266 firmware
GNU General Public License v3.0
2 stars 0 forks source link

[system] SPIFFS usage #16

Open siteswapjuggler opened 5 years ago

siteswapjuggler commented 5 years ago

For now I only use SPIFFS to store the webserver ressources.

I could also use it to store parameters in JSON files instead of the Eeprom emulation. This would allow nice possibilities like multi wifi parameters storing.

SPIFFS should also be used to store scripts that could be trigger wirelessly.