diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index 356e7d5..ac9f2b8 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -156,7 +156,7 @@ void loop() APRSMessage msg; msg.setSource(Config.callsign); - msg.setDestination("APLT0"); + msg.setDestination("APLT00"); String lat = create_lat_aprs(gps.location.rawLat()); String lng = create_long_aprs(gps.location.rawLng());