mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Fixed RC modes PG version after GPS rescue.
This commit is contained in:
parent
041362614b
commit
557d704b9e
2 changed files with 3 additions and 1 deletions
|
@ -43,6 +43,8 @@ typedef enum {
|
|||
BOXGPSRESCUE,
|
||||
BOXID_FLIGHTMODE_LAST = BOXGPSRESCUE,
|
||||
|
||||
// When new flight modes are added, the parameter group version for 'modeActivationConditions' in src/main/fc/rc_modes.c has to be incremented to ensure that the RC modes configuration is reset.
|
||||
|
||||
// RCMODE flags
|
||||
BOXANTIGRAVITY,
|
||||
BOXHEADADJ,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue