1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-15 04:15:32 +03:00

Changes MSP command numbers to be consistent with other MSP commands

This commit is contained in:
Bas Delfos 2017-07-27 21:09:43 +02:00
parent 03aae58d3a
commit 1d3d609cb2

View file

@ -77,8 +77,7 @@ var MSPCodes = {
MSP_SENSOR_CONFIG: 96,
MSP_SET_SENSOR_CONFIG: 97,
MSP_CAMERA_CONTROL: 98,
MSP_BEEPER_CONFIG: 99,
MSP_SET_BEEPER_CONFIG: 100,
MSP_STATUS: 101,
MSP_RAW_IMU: 102,
MSP_SERVO: 103,
@ -117,6 +116,9 @@ var MSPCodes = {
MSP_DISPLAYPORT: 182,
MSP_BEEPER_CONFIG: 184,
MSP_SET_BEEPER_CONFIG: 185,
MSP_SET_RAW_RC: 200,
MSP_SET_RAW_GPS: 201, // Not used
MSP_SET_PID: 202,