mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-14 20:10:13 +03:00
Removed unused compass declination setting.
This commit is contained in:
parent
091ce5b591
commit
59cb2d29a0
8 changed files with 9 additions and 68 deletions
|
@ -109,7 +109,7 @@ var MSPCodes = {
|
|||
MSP_BATTERY_STATE: 130,
|
||||
MSP_MOTOR_CONFIG: 131,
|
||||
MSP_GPS_CONFIG: 132,
|
||||
MSP_COMPASS_CONFIG: 133,
|
||||
// Removed: MSP_COMPASS_CONFIG: 133,
|
||||
MSP_GPS_RESCUE: 135,
|
||||
|
||||
MSP_VTXTABLE_BAND: 137,
|
||||
|
@ -150,7 +150,7 @@ var MSPCodes = {
|
|||
MSP_SET_LED_STRIP_MODECOLOR: 221,
|
||||
MSP_SET_MOTOR_CONFIG: 222,
|
||||
MSP_SET_GPS_CONFIG: 223,
|
||||
MSP_SET_COMPASS_CONFIG: 224,
|
||||
// Removed: MSP_SET_COMPASS_CONFIG: 224,
|
||||
MSP_SET_GPS_RESCUE: 225,
|
||||
|
||||
MSP_SET_VTXTABLE_BAND: 227,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue