mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-08-07 09:22:57 +02:00
update in stationMode5
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user