This commit is contained in:
taco
2025-03-08 07:17:16 +11:00
parent 25454a8f6b
commit 3f7312e98e
+1
View File
@@ -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();
}