status lastTxTime fix

This commit is contained in:
richonguzman 2024-04-26 17:35:48 -04:00
parent 91a1633cfe
commit 534c7ac6a3
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ namespace Utils {
if (statusTx > 10 * 60 * 1000 && lastTx > 10 * 1000) {
LoRa_Utils::sendNewPacket(APRSPacketLib::generateStatusPacket(currentBeacon->callsign, "APLRT1", Config.path, "https://github.com/richonguzman/LoRa_APRS_Tracker " + versionDate));
statusState = false;
lastTx = millis();
lastTxTime = millis();
}
}
}