mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 22:58:32 -04:00
AP_OpticalFlow: alphabetise type param values
This commit is contained in:
parent
32ded53f95
commit
03888556a7
@ -26,6 +26,7 @@ const AP_Param::GroupInfo AP_OpticalFlow::var_info[] = {
|
|||||||
// @Param: _TYPE
|
// @Param: _TYPE
|
||||||
// @DisplayName: Optical flow sensor type
|
// @DisplayName: Optical flow sensor type
|
||||||
// @Description: 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
|
// @Values: 0:None, 1:PX4Flow, 2:Pixart, 3:Bebop, 4:CXOF, 5:MAVLink, 6:DroneCAN, 7:MSP, 8:UPFLOW
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
// @RebootRequired: True
|
// @RebootRequired: True
|
||||||
|
Loading…
Reference in New Issue
Block a user