mirror of
https://github.com/lora-aprs/LoRa_APRS_Tracker.git
synced 2026-01-20 07:30:18 +01:00
remove destination call digipeating as we can set the path
This commit is contained in:
parent
64cfd3a0be
commit
fe2612526b
|
|
@ -199,7 +199,7 @@ void loop() {
|
|||
|
||||
msg.setSource(BeaconMan.getCurrentBeaconConfig()->callsign);
|
||||
msg.setPath(BeaconMan.getCurrentBeaconConfig()->path);
|
||||
msg.setDestination("APLT00-1");
|
||||
msg.setDestination("APLT00");
|
||||
|
||||
if (!BeaconMan.getCurrentBeaconConfig()->enhance_precision) {
|
||||
lat = create_lat_aprs(gps.location.rawLat());
|
||||
|
|
|
|||
Loading…
Reference in a new issue