mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-06 06:55:06 +00:00
print beaconed msg to serial
This commit is contained in:
parent
3b5dbd814f
commit
7daeb8d25b
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ void loop()
|
|||
{
|
||||
show_display(Config->getIsCall(), "Beacon to Server...");
|
||||
Serial.print("[" + timeClient.getFormattedTime() + "] ");
|
||||
Serial.print(BeaconMsg);
|
||||
aprs_is->sendMessage(BeaconMsg);
|
||||
next_update = (timeClient.getMinutes() + Config->getBeaconTimeout()) % 60;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue