mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Removed hack for MSP_SPECIAL_PARAMETERS.
This commit is contained in:
parent
1ddd3f4dbe
commit
95c3bf272f
4 changed files with 4 additions and 42 deletions
|
@ -71,8 +71,8 @@ var MSPCodes = {
|
|||
MSP_SET_PID_ADVANCED: 95,
|
||||
MSP_SENSOR_CONFIG: 96,
|
||||
MSP_SET_SENSOR_CONFIG: 97,
|
||||
MSP_SPECIAL_PARAMETERS: 98,
|
||||
MSP_SET_SPECIAL_PARAMETERS: 99,
|
||||
// MSP_SPECIAL_PARAMETERS: 98, removed
|
||||
//MSP_SET_SPECIAL_PARAMETERS: 99, removed
|
||||
MSP_IDENT: 100, // Not used
|
||||
MSP_STATUS: 101,
|
||||
MSP_RAW_IMU: 102,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue