Update msg_utils.cpp

This commit is contained in:
9M2PJU 2025-01-02 23:14:34 +08:00 committed by GitHub
parent ea25d35c30
commit f05a25fdb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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;
@ -547,4 +547,4 @@ namespace MSG_Utils {
}
}
}
}