Skip to content

Commit

Permalink
set default _max_hardware_current to 80 fix #517
Browse files Browse the repository at this point in the history
  • Loading branch information
KipK committed Jan 16, 2023
1 parent 41376f2 commit 844eca5
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 844eca5

Please sign in to comment.