mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_BattMonitor: add PARAMETER CONVERSION comments
This commit is contained in:
parent
742c2b034f
commit
c2bf79d3f3
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user