mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
Always compile datalayer contactors engaged variables
This commit is contained in:
parent
dd18896e81
commit
a034fc4208
1 changed files with 2 additions and 2 deletions
|
@ -305,12 +305,12 @@ typedef struct {
|
|||
|
||||
/** True if the inverter allows for the contactors to close */
|
||||
bool inverter_allows_contactor_closing = true;
|
||||
#ifdef CONTACTOR_CONTROL
|
||||
|
||||
/** True if the contactor controlled by battery-emulator is closed */
|
||||
bool contactors_engaged = false;
|
||||
/** True if the contactor controlled by battery-emulator is closed. Determined by check_interconnect_available(); if voltage is OK */
|
||||
bool contactors_battery2_engaged = false;
|
||||
#endif
|
||||
|
||||
/** True if the BMS is being reset, by cutting power towards it */
|
||||
bool BMS_reset_in_progress = false;
|
||||
/** True if the BMS is starting up */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue