remove deprecated BAT_ params (#22872)

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
Silvan Fuhrer
2024-06-14 14:42:32 +02:00
committed by GitHub
parent f8a42bcd58
commit f4e76cd392
8 changed files with 1 additions and 84 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ int Batmon::get_batmon_startup_info()
_cell_count = math::min((uint8_t)num_cells, (uint8_t)MAX_CELL_COUNT);
int32_t _num_cells = num_cells;
param_set(param_find("BAT_N_CELLS"), &_num_cells);
param_set(param_find("BAT1_N_CELLS"), &_num_cells);
return ret;
}