1
0
Fork 0
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:
mikeller 2018-05-21 15:07:36 +12:00
parent 041362614b
commit 557d704b9e
2 changed files with 3 additions and 1 deletions

View file

@ -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,