I am struggling a bit with configuring my partitions.csv. I read some documents with e.g. an OTA partition and before I reset everything in a wrong way its perhaps better to ask:
The main topics I like to achieve:
Using ArduinoOTA (with a back OTA partition - that I understand it is that…)
Having a large nvs partition as I save recurrently data to it and like to avoid wear issues with flash
I think it is best to start with the default.csv. This is for devices with 4 MB and offers you 20 kB NVS, two OTA partitions with 1.25 MB for the app, 1.375 MB file system and a partition for the core dump.
If the 20 kB for the NVS is not sufficient, replace it with the partition for the file system:
I tried the last scheme and can see that the flash memory become larger. Is there something special to do with ArduinoOTA that the OTA partitions are used?