I forgot to mention my framework is 2.0.6 (with native ESP-IDF version 4.4.3). OTA works, but new firmware partitions receive "VALID" status instantly on boot, while I would prefer "PENDING_VERIFY".
Sorry for digging out an old thread, but it's the best one I can find. My goal is to use APP_ROLLBACK_ENABLE under an Arduino framework. I know I lack this option in the bootloader. I also discovered that if I build a custom bootloader from esp-idf framework it will break compatibility with ...