use correct destination

This commit is contained in:
Peter Buchegger 2021-03-19 21:06:07 +01:00
parent c63180d26c
commit 257c47e428

View file

@ -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());