update in stationMode5

This commit is contained in:
richonguzman 2023-08-19 21:03:13 -04:00
parent a66fb941f8
commit b06de191dd

View file

@ -181,7 +181,7 @@ void processAPRSISPacket(String packet) {
}
} else {
Serial.print("Received from APRS-IS : " + packet);
if (stationMode == 2 && STATION_Utils::wasHeard(Addressee)) {
if ((stationMode==2 || stationMode==5) && STATION_Utils::wasHeard(Addressee)) {
LoRa_Utils::sendNewPacket("APRS", LoRa_Utils::generatePacket(packet));
display_toggle(true);
lastScreenOn = millis();