avoid msg TX-RF of telemetry declaration
This commit is contained in:
parent
858162eb9c
commit
f7319ce591
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue