Skip to content

Commit

Permalink
- change some MSP numbers to avoid messing up third apps (http://www.…
Browse files Browse the repository at this point in the history
  • Loading branch information
dubusal committed Mar 27, 2014
1 parent e3251cb commit 944c468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Protocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#define MSP_WP 118 //out message get a WP, WP# is in the payload, returns (WP#, lat, lon, alt, flags) WP#0-home, WP#16-poshold
#define MSP_BOXIDS 119 //out message get the permanent IDs associated to BOXes
#define MSP_SERVO_CONF 120 //out message Servo settings
#define MSP_ACC_TRIM 121 //out message get acc angle trim values
#define MSP_ACC_TRIM 240 //out message get acc angle trim values

#define MSP_SET_RAW_RC 200 //in message 8 rc chan
#define MSP_SET_RAW_GPS 201 //in message fix, numsat, lat, lon, alt, speed
Expand All @@ -57,9 +57,9 @@
#define MSP_SET_HEAD 211 //in message define a new heading hold direction
#define MSP_SET_SERVO_CONF 212 //in message Servo settings
#define MSP_SET_MOTOR 214 //in message PropBalance function
#define MSP_SET_ACC_TRIM 215 //in message set acc angle trim values
#define MSP_SET_ACC_TRIM 239 //in message set acc angle trim values

#define MSP_BIND 240 //in message no param
#define MSP_BIND 241 //in message no param

#define MSP_EEPROM_WRITE 250 //in message no param

Expand Down

0 comments on commit 944c468

Please sign in to comment.