mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 03:50:02 +03:00
add gps rescue mode
This commit is contained in:
parent
43c706fc95
commit
ac6b8088c9
24 changed files with 653 additions and 32 deletions
|
@ -40,7 +40,8 @@ typedef enum {
|
|||
BOXPASSTHRU,
|
||||
BOXRANGEFINDER,
|
||||
BOXFAILSAFE,
|
||||
BOXID_FLIGHTMODE_LAST = BOXFAILSAFE,
|
||||
BOXGPSRESCUE,
|
||||
BOXID_FLIGHTMODE_LAST = BOXGPSRESCUE,
|
||||
|
||||
// RCMODE flags
|
||||
BOXANTIGRAVITY,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue