use correct destination
This commit is contained in:
parent
c63180d26c
commit
257c47e428
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue