I know how to use esptool to write different firmware to different partitions on the ESP32. What I would like to do is when I build the project, to be able to have the built app go to a specific partition. And I would like the other app partition to remain untouched.
I want to build one project and have my app placed in location “red” or 0x10000 and then build another project and have the app placed in location “blue” 0x100000 - leaving “red” untouched.