Skip to content

Commit

Permalink
Update datalayer DISCONNECTED state
Browse files Browse the repository at this point in the history
  • Loading branch information
dalathegreat committed Jan 20, 2025
1 parent 417a4aa commit ad5d320
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ void handle_contactors() {
set(PRECHARGE_PIN, OFF);
set(NEGATIVE_CONTACTOR_PIN, OFF, PWM_OFF_DUTY);
set(POSITIVE_CONTACTOR_PIN, OFF, PWM_OFF_DUTY);
datalayer.system.status.contactors_engaged = false;

if (datalayer.system.status.battery_allows_contactor_closing &&
datalayer.system.status.inverter_allows_contactor_closing && !datalayer.system.settings.equipment_stop_active) {
Expand Down

0 comments on commit ad5d320

Please sign in to comment.