sbox merge cleanup

This commit is contained in:
rha 2024-12-21 20:27:20 +02:00
parent b4be33e179
commit f85de389c3

View file

@ -130,10 +130,8 @@ typedef struct {
uint32_t measured_outvoltage_mV = 0;
/** measured amperage in mA (eg. S-BOX) **/
int32_t measured_amperage_mA = 0;
/** Sum of current readings during measuring period **/
/** Average current from last 1s **/
int32_t measured_avg1S_amperage_mA = 0;
/** Number of samples **/
uint16_t measured_sum_amperage_count = 0;
/** True if contactors are precharging state */
bool precharging = false;
/** True if the contactor controlled by battery-emulator is closed */