0

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

Omer
  • 1
  • 2

1 Answers1

1

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.

Bastian
  • 438
  • 4
  • 11