remove destination call digipeating as we can set the path

This commit is contained in:
Peter Buchegger 2022-01-15 23:47:29 +01:00 committed by GitHub
parent 64cfd3a0be
commit fe2612526b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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());