RC_Channel: add turtle mode
This commit is contained in:
parent
513aa592e4
commit
5ece42bce0
@ -208,6 +208,7 @@ public:
|
|||||||
EKF_YAW_RESET = 104, // trigger yaw reset attempt
|
EKF_YAW_RESET = 104, // trigger yaw reset attempt
|
||||||
GPS_DISABLE_YAW = 105, // disable GPS yaw for testing
|
GPS_DISABLE_YAW = 105, // disable GPS yaw for testing
|
||||||
DISABLE_AIRSPEED_USE = 106, // equivalent to AIRSPEED_USE 0
|
DISABLE_AIRSPEED_USE = 106, // equivalent to AIRSPEED_USE 0
|
||||||
|
TURTLE = 107, // Turtle mode - flip over after crash
|
||||||
// if you add something here, make sure to update the documentation of the parameter in RC_Channel.cpp!
|
// 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
|
// also, if you add an option >255, you will need to fix duplicate_options_exist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user