use correct destination

pull/20/head
Peter Buchegger 2021-03-19 21:06:07 +01:00
rodzic c63180d26c
commit 257c47e428
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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