1
0
Fork 0
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:
Miguel Angel Mulero Martinez 2018-11-12 14:13:26 +01:00
parent 1fbf411b5a
commit 62de168868
7 changed files with 200 additions and 23 deletions

View file

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