de update for tactical
Some checks failed
Commit Test Build / build (map[chip:esp32 name:ttgo-lora32-v21]) (push) Has been cancelled

This commit is contained in:
Ricardo Guzman (Richonguzman) 2026-01-09 00:02:29 -03:00
parent ce8cf3a2fe
commit 66a5f03c12

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;