1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 12:55:13 +03:00

MSP layer for MSP_SENSOR_CONFIG

This commit is contained in:
Pawel Spychalski (DzikuVx) 2016-12-17 20:32:16 +01:00
parent f7ff9f1b8b
commit 55293812d2
4 changed files with 75 additions and 11 deletions

View file

@ -54,6 +54,8 @@ var MSPCodes = {
MSP_SET_FILTER_CONFIG: 93,
MSP_PID_ADVANCED: 94,
MSP_SET_PID_ADVANCED: 95,
MSP_SENSOR_CONFIG: 96,
MSP_SET_SENSOR_CONFIG: 97,
// Multiwii MSP commands
MSP_IDENT: 100,