Omer
Omer

Reputation: 1

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

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

Upvotes: 0

Views: 2140

Answers (1)

Bastian
Bastian

Reputation: 518

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.

Upvotes: 1

Related Questions