mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
add gps rescue mode
This commit is contained in:
parent
43c706fc95
commit
ac6b8088c9
24 changed files with 653 additions and 32 deletions
|
@ -93,6 +93,7 @@ static const box_t boxes[CHECKBOX_ITEM_COUNT] = {
|
|||
{ BOXUSER4, "USER4", 43 },
|
||||
{ BOXPIDAUDIO, "PID AUDIO", 44 },
|
||||
{ BOXPARALYZE, "PARALYZE", 45 },
|
||||
{ BOXGPSRESCUE, "GPS RESCUE", 46 },
|
||||
};
|
||||
|
||||
// mask of enabled IDs, calculated on startup based on enabled features. boxId_e is used as bit index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue