mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-14 03:49:55 +03:00
Add GPS Rescue option to Failsafe tab
This commit is contained in:
parent
1fbf411b5a
commit
62de168868
7 changed files with 200 additions and 23 deletions
|
@ -110,6 +110,7 @@ var MSPCodes = {
|
|||
MSP_MOTOR_CONFIG: 131,
|
||||
MSP_GPS_CONFIG: 132,
|
||||
MSP_COMPASS_CONFIG: 133,
|
||||
MSP_GPS_RESCUE: 135,
|
||||
|
||||
MSP_STATUS_EX: 150,
|
||||
|
||||
|
@ -145,6 +146,7 @@ var MSPCodes = {
|
|||
MSP_SET_MOTOR_CONFIG: 222,
|
||||
MSP_SET_GPS_CONFIG: 223,
|
||||
MSP_SET_COMPASS_CONFIG: 224,
|
||||
MSP_SET_GPS_RESCUE: 225,
|
||||
|
||||
MSP_SET_ACC_TRIM: 239,
|
||||
MSP_ACC_TRIM: 240,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue