Update LoRa_APRS_Tracker.cpp

add manual path setting
This commit is contained in:
Farid Farhan 2021-02-20 17:37:21 +07:00 committed by GitHub
parent 3eba270c20
commit 79c11edb7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ void loop()
APRSMessage msg;
msg.setSource(CALL);
msg.setDestination("APLT0");
msg.setDestination("PATH_SET");
String lat = create_lat_aprs(gps.location.rawLat());
String lng = create_long_aprs(gps.location.rawLng());
msg.getAPRSBody()->setData(String("=") + lat + SYMBOL_OVERLAY + lng + SYMBOL_CODE + BEACON_MESSAGE);