remove destination call digipeating as we can set the path
This commit is contained in:
parent
64cfd3a0be
commit
fe2612526b
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ void loop() {
|
||||||
|
|
||||||
msg.setSource(BeaconMan.getCurrentBeaconConfig()->callsign);
|
msg.setSource(BeaconMan.getCurrentBeaconConfig()->callsign);
|
||||||
msg.setPath(BeaconMan.getCurrentBeaconConfig()->path);
|
msg.setPath(BeaconMan.getCurrentBeaconConfig()->path);
|
||||||
msg.setDestination("APLT00-1");
|
msg.setDestination("APLT00");
|
||||||
|
|
||||||
if (!BeaconMan.getCurrentBeaconConfig()->enhance_precision) {
|
if (!BeaconMan.getCurrentBeaconConfig()->enhance_precision) {
|
||||||
lat = create_lat_aprs(gps.location.rawLat());
|
lat = create_lat_aprs(gps.location.rawLat());
|
||||||
|
|
Loading…
Reference in a new issue