Hello guys, on Arduino IDE we can disable OTA in partition scheme, for get more memory to application. How do I disable It in platformIO ?
Tell PlatformIO to use the partition table from the available ones, as the documentation tells you.
board_build.partitions = huge_app.csv
Thank you man, Do you know wich of the csv is NO OTA(2MB APP/2MB SPIFFS)?
As it says on
this map to no_ota.csv
.