mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-19 19:55:09 +01:00
update in stationMode5
This commit is contained in:
parent
a66fb941f8
commit
b06de191dd
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue