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 -1
View File
@@ -324,7 +324,7 @@ namespace APRS_IS_Utils {
}
} else {
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));
displayToggle(true);
lastScreenOn = millis();