Search found 3 matches

by dlawnstjd
Mon Feb 20, 2017 4:01 pm
Forum: General Discussion
Topic: Store and read some static files using SPIFFS
Replies: 8
Views: 16418

Re: Store and read some static files using SPIFFS

First of all, does the configuration of the SPIFFS library you add to the ESP32 project match the configuration of the SPIFFS library used in mkspiffs? That includes same options in the config header files, same version, and so on. Second (unrelated to your problem, but an issue nevertheless): you ...
by dlawnstjd
Mon Feb 20, 2017 2:35 pm
Forum: General Discussion
Topic: Store and read some static files using SPIFFS
Replies: 8
Views: 16418

Store and read some static files using SPIFFS

I am a beginner in embedded programming. I’m programming with the ESP32DevKitC(https://www.adafruit.com/products/3269). I want to flash some static files using a SPIFFS filesystem, and try to read those files in run-time. To do that, I made a SPIFFS filesystem image that contains some static files u...
by dlawnstjd
Mon Feb 20, 2017 2:26 pm
Forum: ESP-IDF
Topic: Store and read some static files using SPIFFS
Replies: 0
Views: 3386

Store and read some static files using SPIFFS

I am a beginner in embedded programming. I’m programming with the ESP32DevKitC(https://www.adafruit.com/products/3269). I want to flash some static files using a SPIFFS filesystem, and try to read those files in run-time. To do that, I made a SPIFFS filesystem image that contains some static files u...