mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 19:42:08 +02:00
sbox merge cleanup
This commit is contained in:
parent
b4be33e179
commit
f85de389c3
1 changed files with 1 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue