mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Merge pull request #7924 from mikeller/add_crash_recovery_disarm
Added 'disarm' option to crash recovery.
This commit is contained in:
commit
b468b94995
10 changed files with 38 additions and 27 deletions
|
@ -150,7 +150,7 @@ static const char * const lookupTableOffOn[] = {
|
|||
};
|
||||
|
||||
static const char * const lookupTableCrashRecovery[] = {
|
||||
"OFF", "ON" ,"BEEP"
|
||||
"OFF", "ON" ,"BEEP", "DISARM"
|
||||
};
|
||||
|
||||
static const char * const lookupTableUnit[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue