Skip to content

Commit 1277618

Browse files
authored
Merge pull request #572 from basdelfos/dev
Reverted back depricated MSP commands
2 parents 77ac803 + c35b07c commit 1277618

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

js/msp/MSPCodes.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ var MSPCodes = {
7676
MSP_SET_PID_ADVANCED: 95,
7777
MSP_SENSOR_CONFIG: 96,
7878
MSP_SET_SENSOR_CONFIG: 97,
79-
MSP_CAMERA_CONTROL: 98,
80-
79+
//MSP_SPECIAL_PARAMETERS: 98, // DEPRECATED
80+
//MSP_SET_SPECIAL_PARAMETERS: 99, // DEPRECATED
81+
//MSP_IDENT: 100, // DEPRECTED
8182
MSP_STATUS: 101,
8283
MSP_RAW_IMU: 102,
8384
MSP_SERVO: 103,

0 commit comments

Comments
 (0)