Update LoRa_APRS_Tracker.cpp

setiing path set to manual at setting.h
This commit is contained in:
Farid Farhan 2021-02-20 18:01:38 +07:00 committed by GitHub
parent 79c11edb7e
commit 02f77edd80
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("PATH_SET");
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);