mirror of
https://github.com/oltaco/Adafruit_nRF52_Bootloader_OTAFIX.git
synced 2026-05-25 20:44:39 +00:00
OTA DFU resiliency fix. See Montvydas/Adafruit_nRF52_Bootloader@8f31fd999e
This commit is contained in:
@@ -216,6 +216,7 @@ int main(void) {
|
||||
bootloader_app_start();
|
||||
}
|
||||
|
||||
NRF_POWER->GPREGRET = 0xA8; // No application was loaded, reset the system with the OTA DFU update
|
||||
NVIC_SystemReset();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user