Hotfix. Broken heartbeat ack when a directed callsign is selected
This commit is contained in:
parent
74523985bb
commit
c0e8a791e6
@ -1654,7 +1654,7 @@ QList<QPair<QString, int>> Varicode::buildMessageFrames(
|
||||
if(!selectedCall.isEmpty() && !line.startsWith(selectedCall) && !line.startsWith("`")){
|
||||
bool lineStartsWithBaseCall = (
|
||||
line.startsWith("@ALLCALL") ||
|
||||
line.startsWith("HEARTBEAT") ||
|
||||
line.contains("HEARTBEAT") ||
|
||||
Varicode::startsWithCQ(line)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user