ModischFabrications / Verdandi_Code

Cooperative project to display an analog clock with digital RGB LEDs.
GNU General Public License v3.0
1 stars 0 forks source link

SPIFFS file system? #13

Closed ModischFabrications closed 4 years ago

ModischFabrications commented 4 years ago

We have some kind of file system on the ESP8266:

https://tttapa.github.io/ESP8266/Chap11%20-%20SPIFFS.html

This should also enable us to send files for #2 and could make #10 obsolete.

ModischFabrications commented 4 years ago

https://github.com/tzapu/WiFiManager/blob/master/examples/AutoConnectWithFSParameters/AutoConnectWithFSParameters.ino

ModischFabrications commented 4 years ago

SPIFFS

LukPopp0 commented 4 years ago

Filesystem layout ESP8266: https://arduino-esp8266.readthedocs.io/en/latest/filesystem.html#flash-layout

Uploading files to the ESP8266 with platformio: http://docs.platformio.org/en/latest/platforms/espressif8266.html#uploading-files-to-file-system-spiffs

LukPopp0 commented 4 years ago

Upload data folder by pressing "Uploading file system image" in the PIO UI https://github.com/ModischFabrications/Verdandi/commit/5be3327d5ce0735a35c32606f1f54474e9a0dc87