Skip to content

Commit

Permalink
clear elapsedchargetime
Browse files Browse the repository at this point in the history
  • Loading branch information
lincomatic committed Jun 17, 2022
1 parent ca6d95f commit 97d2058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/open_evse/J1772EvseController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ void J1772EVSEController::chargingOn()
}
else {
m_AccumulatedChargeTime += m_ElapsedChargeTime;
m_ElapsedChargeTime = 0;
}

m_ChargeOnTimeMS = millis();
Expand Down

0 comments on commit 97d2058

Please sign in to comment.