mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-01-23 09:10:15 +01:00
casicasicasi
This commit is contained in:
parent
9e7756f6bc
commit
9b4e09e421
|
|
@ -118,6 +118,7 @@ bool checkValidHeardStation(String station) {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
Serial.println(" ---> Station not Heard for last 30 min (Not Tx)");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
@ -386,8 +387,6 @@ void loop() {
|
|||
display_toggle(true);
|
||||
lastRxTxTime = millis();
|
||||
show_display(firstLine, secondLine, Sender + " -> " + Addressee, Message, 2000);
|
||||
} else {
|
||||
Serial.println(" ---> Station not Heard for last 30 min (Not Tx)");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue