diff --git a/src/main/fc/init.c b/src/main/fc/init.c index 76d7f5f3f1..0cf487cef0 100644 --- a/src/main/fc/init.c +++ b/src/main/fc/init.c @@ -443,6 +443,7 @@ void init(void) if (bothButtonsHeld) { if (--secondsRemaining == 0) { resetEEPROM(); + persistentObjectWrite(PERSISTENT_OBJECT_RESET_REASON, RESET_NONE); systemReset(); } delay(1000);