Partition tables esp32 3mb no ota 1mb spiffs Platform io

1.6k Views Asked by At

I'm using esp32 whroom with platform io . my question is how do i set the the partition table to 3MB no OTA and 1MB to Spiffs i understand i need to use configuretion code in the platformio.ini file but couldn't find a good guide online , thank for answers

1

There are 1 best solutions below

0
On

You have to write your own partition table as descriped in the docs of PlatformIO.

You can find a lot of examples and predefined partition tables here.

If you want to get a deeper insight, have a look at the docs of Espressif.