RC_Channel: param_parse.py: sort RCn_OPTIONS progamatically

This commit is contained in:
Peter Barker 2024-01-16 15:11:45 +11:00 committed by Andrew Tridgell
parent 567c7a2b1b
commit 0154277989

View File

@ -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