Page 2 of 2

Re: Setting CONFIG_BOOTLOADER option

Posted: Wed Jan 14, 2026 12:13 pm
by sp9wpn
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

Code: Select all

extern "C" bool verifyRollbackLater() {
  return true;
}
somewhere in main code structure.