de update for tactical

This commit is contained in:
Ricardo Guzman (Richonguzman)
2026-01-09 00:02:29 -03:00
parent ce8cf3a2fe
commit 66a5f03c12
+1 -1
View File
@@ -58,7 +58,7 @@ namespace GPS_Utils {
Config.backupDigiMode = false;
} else if (Utils::checkValidCallsign(Config.callsign) && Config.tacticalCallsign != "") {
beaconPacket = APRSPacketLib::generateBasePacket(Config.tacticalCallsign, "APLRG1", Config.beacon.path);
Config.beacon.comment = Config.beacon.comment + " from " + Config.callsign;
Config.beacon.comment = Config.beacon.comment + " de " + Config.callsign;
Config.aprs_is.active = false;
Config.beacon.sendViaAPRSIS = false;
Config.backupDigiMode = false;