Skip to content

Commit 6534c1c

Browse files
Update src/limit.cpp
Co-authored-by: Copilot <[email protected]>
1 parent f977bad commit 6534c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/limit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ unsigned long Limit::loop(MicroTasks::WakeReason reason)
211211
}
212212
if (limit_reached) {
213213
// Limit reached, disabling EVSE
214-
DBUGLN("Limit as expired, disable evse");
214+
DBUGLN("Limit has expired, disable evse");
215215
EvseProperties props;
216216
props.setState(EvseState::Disabled);
217217
props.setAutoRelease(true);

0 commit comments

Comments
 (0)