Skip to content

Commit

Permalink
Merge pull request #851 from Dicion/master
Browse files Browse the repository at this point in the history
Update ocpp.cpp to fix spelling errors on LCD display.
  • Loading branch information
jeremypoulter authored May 30, 2024
2 parents eacf7a5 + 495a5ff commit f14ef62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ocpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ void ArduinoOcppTask::loadEvseBehavior() {
setTxNotificationOutput([this] (ArduinoOcpp::TxNotification notification, ArduinoOcpp::Transaction*) {
switch (notification) {
case ArduinoOcpp::TxNotification::AuthorizationRejected:
LCD_DISPLAY("Card unkown");
LCD_DISPLAY("Card unknown");
break;
case ArduinoOcpp::TxNotification::AuthorizationTimeout:
LCD_DISPLAY("Server timeout");
Expand All @@ -343,7 +343,7 @@ void ArduinoOcppTask::loadEvseBehavior() {
LCD_DISPLAY("Aborted / no EV");
break;
case ArduinoOcpp::TxNotification::DeAuthorized:
LCD_DISPLAY("Card unkown");
LCD_DISPLAY("Card unknown");
break;
case ArduinoOcpp::TxNotification::RemoteStart:
if (!evse->isVehicleConnected()) {
Expand Down

0 comments on commit f14ef62

Please sign in to comment.