I’m going to use SimpleFTPServer in the ESP32-WROVER-E-N16R8 module, which has 16MB FLASH and 8MB PSRAM. I am thinking about the options: SPIFFS, FATFS, FAT. What is the best partition scheme for this case – 16MB FLASH – and where can I configure it in Arduino IDE2.0?
3 Answers
Forgot to add that I am not interested in the available partition schemes in the tools menu. Those options seem to be not optimal for 16MB.
Hi.
This is a topic that I’m not very familiar with.
You’ll find good information about setting a particular partition scheme on the following: https://robotzero.one/arduino-ide-partitions/
Regards,
Sara