What are the negative consequences using min_spiffs partition table? #7425
Unanswered
AndrewLivesChaos
asked this question in
Q&A
Replies: 1 comment
-
https://github.com/espressif/arduino-esp32/tree/master/tools/partitions ESP32 modules range from 4MB to 32MB of flash. Cost difference is minimal. Consider buying one with more storage if you're low on space. If OTA is not important consider using partition structure "no_ota.csv". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering why spifss should have a bigger space than bare minimum. Is min_spiffs configuration a good choice for all kind of applications? Maybe my question is trivial but I don't know in the deep how a file system works. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions