Skip to content

Commit

Permalink
Merge pull request #518 from KipK/master
Browse files Browse the repository at this point in the history
do not set Scheduler claim if evse module communication is not ready
  • Loading branch information
jeremypoulter authored Jan 21, 2023
2 parents 41376f2 + 844eca5 commit 3c82b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evse_monitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ EvseMonitor::EvseMonitor(OpenEVSEClass &openevse) :
_min_current(0),
_pilot(0),
_max_configured_current(0),
_max_hardware_current(0),
_max_hardware_current(80),
_data_ready(EVSE_MONITOR_DATA_READY),
_boot_ready(EVSE_MONITOR_BOOT_READY),
_session_complete(EVSE_MONITOR_SESSION_COMPLETE_MASK, EVSE_MONITOR_SESSION_COMPLETE_TRIGGER),
Expand Down

0 comments on commit 3c82b26

Please sign in to comment.