Skip to content

Commit

Permalink
Fix regression after merge
Browse files Browse the repository at this point in the history
recent OCPP merge undid typo fix.
  • Loading branch information
Dicion authored Jun 4, 2024
1 parent 75b44b6 commit c6de5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ void OcppTask::loadEvseBehavior() {
LCD_DISPLAY("Aborted / no EV");
break;
case MicroOcpp::TxNotification::DeAuthorized:
LCD_DISPLAY("Card unkown");
LCD_DISPLAY("Card unknown");
break;
case MicroOcpp::TxNotification::RemoteStart:
if (!evse->isVehicleConnected()) {
Expand Down

0 comments on commit c6de5e7

Please sign in to comment.