WebUI change

This commit is contained in:
richonguzman 2025-10-13 12:38:52 -03:00
parent b44eb1028d
commit ba7ff2a2d9
3 changed files with 244 additions and 233 deletions

View file

@ -88,7 +88,7 @@ namespace Utils {
if (statusAfterBoot && !Config.beacon.sendViaAPRSIS && Config.beacon.sendViaRF) {
status.concat(":>");
status.concat(Config.beacon.statusPacket);
STATION_Utils::addToOutputPacketBuffer(status);
STATION_Utils::addToOutputPacketBuffer(status, true); // treated also as beacon on Tx Freq
statusAfterBoot = false;
}
}