mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
Fix code formatting.
This commit is contained in:
parent
a592066e20
commit
1dcc6fed62
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ void handle_precharge_control() {
|
|||
}
|
||||
|
||||
if ((datalayer.battery.status.real_bms_status != BMS_STANDBY &&
|
||||
datalayer.battery.status.real_bms_status != BMS_ACTIVE) ||
|
||||
datalayer.battery.status.real_bms_status != BMS_ACTIVE) ||
|
||||
datalayer.battery.status.bms_status != ACTIVE || datalayer.system.settings.equipment_stop_active) {
|
||||
pinMode(PRECHARGE_PIN, OUTPUT);
|
||||
digitalWrite(PRECHARGE_PIN, LOW);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue