ESP32Radio-V2 icon indicating copy to clipboard operation
ESP32Radio-V2 copied to clipboard

Which partition scheme should be used for a 16MB ESP32 board?

Open dreamy1 opened this issue 2 years ago • 4 comments

Hello,

the arduino IDE allows several partition schemes to choose, for a ESP32 devkit board following options e.g.:

snip_20220403195349

Which option is the right one to choose?

Thanks, Stefan

dreamy1 avatar Apr 03 '22 17:04 dreamy1

The top one is okay. You need SPIFFS, and OTA can be handy, but is not mandatory.

Edzelf avatar Apr 03 '22 18:04 Edzelf

Hi Ed,

thank you very much for the quick response. So the top one works including your web update bot with no reserved space for the web update of new firmware?

dreamy1 avatar Apr 03 '22 19:04 dreamy1

If you want OTA, use "minimal SPIFFS".

Edzelf avatar Apr 03 '22 19:04 Edzelf

Thanks again Ed, i will try it.

Stefan

dreamy1 avatar Apr 03 '22 19:04 dreamy1