avoid msg TX-RF of telemetry declaration

This commit is contained in:
richonguzman 2025-01-22 00:12:11 -03:00
parent 858162eb9c
commit f7319ce591
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ namespace APRS_IS_Utils {
} }
} else { } else {
Utils::print("Received Message from APRS-IS : " + packet); Utils::print("Received Message from APRS-IS : " + packet);
if (STATION_Utils::wasHeard(Addressee)) { if (STATION_Utils::wasHeard(Addressee) && packet.indexOf("EQNS.") == -1 && packet.indexOf("UNIT.") == -1 && packet.indexOf("PARM.") == -1) {
STATION_Utils::addToOutputPacketBuffer(buildPacketToTx(packet, 1)); STATION_Utils::addToOutputPacketBuffer(buildPacketToTx(packet, 1));
displayToggle(true); displayToggle(true);
lastScreenOn = millis(); lastScreenOn = millis();