mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Move current meter config to MSP_CURRENT_METER_CONFIG
This commit is contained in:
parent
23d434e52d
commit
7f3dc9f70d
4 changed files with 48 additions and 6 deletions
|
@ -33,6 +33,8 @@ var MSPCodes = {
|
|||
MSP_SET_CHANNEL_FORWARDING: 33,
|
||||
MSP_MODE_RANGES: 34,
|
||||
MSP_SET_MODE_RANGE: 35,
|
||||
MSP_CURRENT_METER_CONFIG: 40,
|
||||
MSP_SET_CURRENT_METER_CONFIG: 41,
|
||||
MSP_RX_CONFIG: 44,
|
||||
MSP_SET_RX_CONFIG: 45,
|
||||
MSP_LED_COLORS: 46,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue