ESP32Radio-V2
ESP32Radio-V2 copied to clipboard
Which partition scheme should be used for a 16MB ESP32 board?
Hello,
the arduino IDE allows several partition schemes to choose, for a ESP32 devkit board following options e.g.:
Which option is the right one to choose?
Thanks, Stefan
The top one is okay. You need SPIFFS, and OTA can be handy, but is not mandatory.
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?
If you want OTA, use "minimal SPIFFS".
Thanks again Ed, i will try it.
Stefan