mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Change MSP_SONAR_ALTITUDE to be in the range used for cleanflight
original commands. See https://code.google.com/p/multiwii/source/browse/trunk/MultiWii_shared/Protocol.cpp#18
This commit is contained in:
parent
c96565ed46
commit
aaab850407
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,7 @@ var MSP_codes = {
|
|||
MSP_SET_ADJUSTMENT_RANGE: 53,
|
||||
MSP_CF_SERIAL_CONFIG: 54,
|
||||
MSP_SET_CF_SERIAL_CONFIG: 55,
|
||||
MSP_SONAR: 58,
|
||||
|
||||
// Multiwii MSP commands
|
||||
MSP_IDENT: 100,
|
||||
|
@ -42,7 +43,6 @@ var MSP_codes = {
|
|||
MSP_WP: 118,
|
||||
MSP_BOXIDS: 119,
|
||||
MSP_SERVO_CONF: 120,
|
||||
MSP_SONAR: 123,
|
||||
|
||||
MSP_SET_RAW_RC: 200,
|
||||
MSP_SET_RAW_GPS: 201,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue