1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 15:25:36 +03:00

Added blackbox erase for flashchips

revert back initBlackbox

Fixed blackbox erase when full.
Change BOXBLACKBOXERASE to the end

Blackbox erase changes
Moved the ARM detect into the blackbox statemachine
Added blackbox erase start and end beep

Tab to space
This commit is contained in:
Bryce Johnson 2017-01-29 21:32:55 -06:00
parent 51b19855dd
commit 22d11e35b2
10 changed files with 143 additions and 75 deletions

View file

@ -2729,7 +2729,7 @@ static void cliFlashErase(char *cmdline)
#endif
delay(100);
}
beeper(BEEPER_BLACKBOX_ERASE);
cliPrintf("\r\nDone.\r\n");
}