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:
parent
f7ff9f1b8b
commit
55293812d2
4 changed files with 75 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue