We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b44b6 commit c6de5e7Copy full SHA for c6de5e7
src/ocpp.cpp
@@ -447,7 +447,7 @@ void OcppTask::loadEvseBehavior() {
447
LCD_DISPLAY("Aborted / no EV");
448
break;
449
case MicroOcpp::TxNotification::DeAuthorized:
450
- LCD_DISPLAY("Card unkown");
+ LCD_DISPLAY("Card unknown");
451
452
case MicroOcpp::TxNotification::RemoteStart:
453
if (!evse->isVehicleConnected()) {
0 commit comments