mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 22:35:15 +03:00
MSP_IDENT removed from usage
This commit is contained in:
parent
e7a3647459
commit
93a4dd1b84
11 changed files with 212 additions and 292 deletions
|
@ -61,7 +61,7 @@ var MSPCodes = {
|
|||
MSP_SET_SENSOR_CONFIG: 97,
|
||||
|
||||
// Multiwii MSP commands
|
||||
MSP_IDENT: 100,
|
||||
MSP_IDENT: 100, //deprecated, do not use
|
||||
MSP_STATUS: 101,
|
||||
MSP_RAW_IMU: 102,
|
||||
MSP_SERVO: 103,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue