diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 32b177a..a4dc248 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -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; }