AP_BattMonitor: add PARAMETER CONVERSION comments

This commit is contained in:
Peter Barker 2022-04-26 10:24:59 +10:00 committed by Peter Barker
parent 742c2b034f
commit c2bf79d3f3

View File

@ -365,6 +365,7 @@ void AP_BattMonitor::convert_dynamic_param_groups(uint8_t instance)
ap_var_type type;
const char* new_name;
} conversion_table[] = {
// PARAMETER_CONVERSION - Added: Aug-2021
{ 2, AP_PARAM_INT8, "VOLT_PIN" },
{ 3, AP_PARAM_INT8, "CURR_PIN" },
{ 4, AP_PARAM_FLOAT, "VOLT_MULT" },