AP_BattMonitor: Small typo fix for voltage offset parameter

This commit is contained in:
m 2022-10-31 16:15:03 +03:00 committed by Randy Mackay
parent 6b0b3b1a05
commit 64cd5a7401
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ const AP_Param::GroupInfo AP_BattMonitor_Analog::var_info[] = {
AP_GROUPINFO("AMP_OFFSET", 5, AP_BattMonitor_Analog, _curr_amp_offset, AP_BATT_CURR_AMP_OFFSET_DEFAULT),
// @Param: VLT_OFFSET
// @DisplayName: Volage offset
// @DisplayName: Voltage offset
// @Description: Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied
// @Units: V
// @User: Advanced