mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 12:30:35 +08:00
change default rc channel mapping
This commit is contained in:
@@ -64,9 +64,9 @@
|
||||
*/
|
||||
enum RC_CHANNELS_FUNCTION
|
||||
{
|
||||
THROTTLE = 0,
|
||||
ROLL = 1,
|
||||
PITCH = 2,
|
||||
THROTTLE = 2,
|
||||
ROLL = 0,
|
||||
PITCH = 1,
|
||||
YAW = 3,
|
||||
OVERRIDE = 4,
|
||||
AUTO_MODE = 5,
|
||||
|
||||
Reference in New Issue
Block a user