Code: Untitled.txt Select all
In the bootloader
Firstly, I want bootloader should always boot ota0 first
Secondly, I want to boot partition ota1 and ota0 based on an nvs flag and voltage level on io pins on esp32s3. How can i modify the existing bootloader to acheive it?