LV battery voltage

This commit is contained in:
2023-07-27 19:04:44 +02:00
parent 638394ac0a
commit 6d70d12148
4 changed files with 7 additions and 1 deletions

View File

@ -137,6 +137,8 @@ typedef struct {
float min_cell_volt;
float max_cell_temp;
int soc_ts;
float lv_bat_voltage;
int soc_lv;
float ts_current;