mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 06:15:11 +03:00
Temperature sensors support (#670)
This commit is contained in:
parent
9870ace818
commit
0a720f44f6
7 changed files with 371 additions and 13 deletions
|
@ -197,5 +197,9 @@ var MSPCodes = {
|
|||
MSP2_INAV_DEBUG: 0x2019,
|
||||
|
||||
MSP2_BLACKBOX_CONFIG: 0x201A,
|
||||
MSP2_SET_BLACKBOX_CONFIG: 0x201B
|
||||
MSP2_SET_BLACKBOX_CONFIG: 0x201B,
|
||||
|
||||
MSP2_INAV_TEMP_SENSOR_CONFIG: 0x201C,
|
||||
MSP2_INAV_SET_TEMP_SENSOR_CONFIG: 0x201D,
|
||||
MSP2_INAV_TEMPERATURES: 0x201E
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue