From fe2612526bbb3f8761e060c2cb3e0e8a6b8ff028 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sat, 15 Jan 2022 23:47:29 +0100 Subject: [PATCH] remove destination call digipeating as we can set the path --- src/LoRa_APRS_Tracker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index 361b82a..f8c3b13 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -199,7 +199,7 @@ void loop() { msg.setSource(BeaconMan.getCurrentBeaconConfig()->callsign); msg.setPath(BeaconMan.getCurrentBeaconConfig()->path); - msg.setDestination("APLT00-1"); + msg.setDestination("APLT00"); if (!BeaconMan.getCurrentBeaconConfig()->enhance_precision) { lat = create_lat_aprs(gps.location.rawLat());