Skip to content

Commit

Permalink
sended for sent
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Jan 2, 2025
1 parent ea25d35 commit c53fb35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/menu_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ namespace MENU_Utils {
displayShow(" WINLINK>", "" , "Login Initiation ...", "Challenge -> waiting", "" , "");
break;
case 501: // 5.Winlink ---> Login
displayShow(" WINLINK>", "" , "Login Initiation ...", "Challenge -> sended", "" , "");
displayShow(" WINLINK>", "" , "Login Initiation ...", "Challenge -> sent", "" , "");
break;
case 502: // 5.Winlink ---> Login
displayShow(" WINLINK>", "" , "Login Initiation ...", "Challenge -> ack ...", "" , "");
Expand Down
2 changes: 1 addition & 1 deletion src/msg_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ namespace MSG_Utils {
menuDisplay = 500;
} else if ((winlinkStatus >= 1 || winlinkStatus <= 3) &&lastReceivedPacket.payload.indexOf("Login [") == 0) {
WINLINK_Utils::processWinlinkChallenge(lastReceivedPacket.payload.substring(lastReceivedPacket.payload.indexOf("[")+1,lastReceivedPacket.payload.indexOf("]")));
logger.log(logging::LoggerLevel::LOGGER_LEVEL_INFO, "Winlink","---> Challenge Received/Processed/Sended");
logger.log(logging::LoggerLevel::LOGGER_LEVEL_INFO, "Winlink","---> Challenge Received/Processed/Sent");
lastMsgRxTime = millis();
winlinkStatus = 3;
menuDisplay = 501;
Expand Down

0 comments on commit c53fb35

Please sign in to comment.