AP_OpticalFlow: alphabetise type param values

This commit is contained in:
Randy Mackay 2025-01-14 20:16:45 +09:00
parent 32ded53f95
commit 03888556a7

View File

@ -26,6 +26,7 @@ const AP_Param::GroupInfo AP_OpticalFlow::var_info[] = {
// @Param: _TYPE
// @DisplayName: Optical flow sensor type
// @Description: Optical flow sensor type
// @SortValues: AlphabeticalZeroAtTop
// @Values: 0:None, 1:PX4Flow, 2:Pixart, 3:Bebop, 4:CXOF, 5:MAVLink, 6:DroneCAN, 7:MSP, 8:UPFLOW
// @User: Standard
// @RebootRequired: True