casicasicasi

This commit is contained in:
richonguzman 2023-05-20 01:06:21 -04:00
parent 9e7756f6bc
commit 9b4e09e421

View file

@ -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)");
}
}
}