Add LV SoC field

This commit is contained in:
2023-07-24 18:15:24 +02:00
parent 0736955fd9
commit 990e176b71
5 changed files with 14 additions and 7 deletions

View File

@ -133,7 +133,8 @@ typedef struct {
float min_cell_volt;
float max_cell_temp;
int soc;
int soc_ts;
int soc_lv;
float ts_current;
float ts_voltage_bat;