mirror of https://github.com/ArduPilot/ardupilot
RC_Channel: reserve AUX_FUNC for MISSION_RELATIVE
This commit is contained in:
parent
a62dc3b3e0
commit
2e2ec79992
|
@ -191,6 +191,7 @@ public:
|
||||||
EKF_POS_SOURCE = 90, // change EKF position source between primary, secondary and tertiary sources
|
EKF_POS_SOURCE = 90, // change EKF position source between primary, secondary and tertiary sources
|
||||||
ARSPD_CALIBRATE= 91, // calibrate airspeed ratio
|
ARSPD_CALIBRATE= 91, // calibrate airspeed ratio
|
||||||
FBWA = 92, // Fly-By-Wire-A
|
FBWA = 92, // Fly-By-Wire-A
|
||||||
|
RELOCATE_MISSION = 93, // used in separate branch MISSION_RELATIVE
|
||||||
|
|
||||||
// entries from 100 onwards are expected to be developer
|
// entries from 100 onwards are expected to be developer
|
||||||
// options used for testing
|
// options used for testing
|
||||||
|
|
Loading…
Reference in New Issue