Skip to content

Commit e6f358c

Browse files
Code review fix to debug
Co-authored-by: Copilot <[email protected]>
1 parent 5b53d5f commit e6f358c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evse_monitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ void EvseMonitor::setMaxConfiguredCurrent(long amps)
700700
}
701701

702702
// This method will attempt to set the hardware current limit. This
703-
// can only be set once. If called subsiquant times it will be ignored.
703+
// can only be set once. If called subsequent times it will be ignored.
704704
// We will need to read back the hardware limit to know what it is.
705705
void EvseMonitor::setMaxHardwareCurrent(long amps)
706706
{

0 commit comments

Comments
 (0)