AP_BattMonitor: Update @value field in param to be increasing order

This commit is contained in:
Rishabh 2020-05-05 12:20:46 +10:00 committed by Peter Barker
parent 36204e5dae
commit cd8404f80c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const AP_Param::GroupInfo AP_BattMonitor_Params::var_info[] = {
// @Param: CURR_PIN // @Param: CURR_PIN
// @DisplayName: Battery Current sensing pin // @DisplayName: Battery Current sensing pin
// @Description: Sets the analog input pin that should be used for current monitoring. // @Description: Sets the analog input pin that should be used for current monitoring.
// @Values: -1:Disabled, 3:Pixhawk/Pixracer/Navio2/Pixhawk2_PM1, 14:Pixhawk2_PM2, 15:CubeOrange, 4:CubeOrange_PM2, 17:Durandal, 101:PX4-v1 // @Values: -1:Disabled, 3:Pixhawk/Pixracer/Navio2/Pixhawk2_PM1, 4:CubeOrange_PM2, 14:Pixhawk2_PM2, 15:CubeOrange, 17:Durandal, 101:PX4-v1
// @User: Standard // @User: Standard
// @RebootRequired: True // @RebootRequired: True
AP_GROUPINFO("CURR_PIN", 3, AP_BattMonitor_Params, _curr_pin, AP_BATT_CURR_PIN), AP_GROUPINFO("CURR_PIN", 3, AP_BattMonitor_Params, _curr_pin, AP_BATT_CURR_PIN),