Update LoRa_APRS_Tracker.cpp
add manual path setting
This commit is contained in:
parent
3eba270c20
commit
79c11edb7e
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ void loop()
|
||||||
|
|
||||||
APRSMessage msg;
|
APRSMessage msg;
|
||||||
msg.setSource(CALL);
|
msg.setSource(CALL);
|
||||||
msg.setDestination("APLT0");
|
msg.setDestination("PATH_SET");
|
||||||
String lat = create_lat_aprs(gps.location.rawLat());
|
String lat = create_lat_aprs(gps.location.rawLat());
|
||||||
String lng = create_long_aprs(gps.location.rawLng());
|
String lng = create_long_aprs(gps.location.rawLng());
|
||||||
msg.getAPRSBody()->setData(String("=") + lat + SYMBOL_OVERLAY + lng + SYMBOL_CODE + BEACON_MESSAGE);
|
msg.getAPRSBody()->setData(String("=") + lat + SYMBOL_OVERLAY + lng + SYMBOL_CODE + BEACON_MESSAGE);
|
||||||
|
|
Loading…
Reference in a new issue