Skip to content

Commit c6de5e7

Browse files
authored
Fix regression after merge
recent OCPP merge undid typo fix.
1 parent 75b44b6 commit c6de5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ocpp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ void OcppTask::loadEvseBehavior() {
447447
LCD_DISPLAY("Aborted / no EV");
448448
break;
449449
case MicroOcpp::TxNotification::DeAuthorized:
450-
LCD_DISPLAY("Card unkown");
450+
LCD_DISPLAY("Card unknown");
451451
break;
452452
case MicroOcpp::TxNotification::RemoteStart:
453453
if (!evse->isVehicleConnected()) {

0 commit comments

Comments
 (0)