mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
RC_Channel: added left out copter flight modes as auxiliary switch options
This commit is contained in:
parent
caf925eda5
commit
54302d4943
@ -163,6 +163,12 @@ public:
|
||||
GPS_DISABLE = 65, // disable GPS for testing
|
||||
RELAY5 = 66, // Relay5 pin on/off
|
||||
RELAY6 = 67, // Relay6 pin on/off
|
||||
STABILIZE = 68, // stabilize mode
|
||||
POSHOLD = 69, // poshold mode
|
||||
ALTHOLD = 70, // althold mode
|
||||
FLOWHOLD = 71, // flowhold mode
|
||||
CIRCLE = 72, // circle mode
|
||||
DRIFT = 73 // drift mode
|
||||
// if you add something here, make sure to update the documentation of the parameter in RC_Channel.cpp!
|
||||
// also, if you add an option >255, you will need to fix duplicate_options_exist
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user