File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ void ArduinoOcppTask::loadEvseBehavior() {
331331 setTxNotificationOutput ([this ] (ArduinoOcpp::TxNotification notification, ArduinoOcpp::Transaction*) {
332332 switch (notification) {
333333 case ArduinoOcpp::TxNotification::AuthorizationRejected:
334- LCD_DISPLAY (" Card unkown " );
334+ LCD_DISPLAY (" Card unknown " );
335335 break ;
336336 case ArduinoOcpp::TxNotification::AuthorizationTimeout:
337337 LCD_DISPLAY (" Server timeout" );
@@ -343,7 +343,7 @@ void ArduinoOcppTask::loadEvseBehavior() {
343343 LCD_DISPLAY (" Aborted / no EV" );
344344 break ;
345345 case ArduinoOcpp::TxNotification::DeAuthorized:
346- LCD_DISPLAY (" Card unkown " );
346+ LCD_DISPLAY (" Card unknown " );
347347 break ;
348348 case ArduinoOcpp::TxNotification::RemoteStart:
349349 if (!evse->isVehicleConnected ()) {
You can’t perform that action at this time.
0 commit comments