Re: Setting CONFIG_BOOTLOADER option
Posted: Wed Jan 14, 2026 12:13 pm
Thanks a lot! That function wasn't mentioned in any tutorial I've read so I've wrongly focused on the bootloader.
All I needed was
somewhere in main code structure.
All I needed was
Code: Select all
extern "C" bool verifyRollbackLater() {
return true;
}