Endurance view

This commit is contained in:
2024-06-10 22:09:21 +02:00
parent e23389a0b9
commit 5a66f9bc54
36 changed files with 2154 additions and 170 deletions

View File

@ -160,6 +160,12 @@ typedef struct {
float lv_bat_voltage;
int soc_lv;
float bat_delta_last;
float bat_delta_overall;
uint8_t power_limit;
uint8_t speed_limit;
float ts_current;
float ts_voltage_bat;
float ts_voltage_veh;