Reputation: 1
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
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