1
0
Fork 0
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:
Michel Pastor 2019-02-08 21:08:09 +01:00 committed by GitHub
parent 9870ace818
commit 0a720f44f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 371 additions and 13 deletions

View file

@ -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
};