mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
RC_Channel: param_parse.py: sort RCn_OPTIONS progamatically
This commit is contained in:
parent
567c7a2b1b
commit
0154277989
@ -107,6 +107,7 @@ const AP_Param::GroupInfo RC_Channel::var_info[] = {
|
|||||||
// @Param: OPTION
|
// @Param: OPTION
|
||||||
// @DisplayName: RC input option
|
// @DisplayName: RC input option
|
||||||
// @Description: Function assigned to this RC channel
|
// @Description: Function assigned to this RC channel
|
||||||
|
// @SortValues: AlphabeticalZeroAtTop
|
||||||
// @Values{Copter, Rover, Plane, Blimp}: 0:Do Nothing
|
// @Values{Copter, Rover, Plane, Blimp}: 0:Do Nothing
|
||||||
// @Values{Copter}: 2:FLIP Mode
|
// @Values{Copter}: 2:FLIP Mode
|
||||||
// @Values{Copter}: 3:Simple Mode
|
// @Values{Copter}: 3:Simple Mode
|
||||||
|
Loading…
Reference in New Issue
Block a user