Hotfix. Broken heartbeat ack when a directed callsign is selected

This commit is contained in:
Jordan Sherer 2018-10-31 18:17:34 -04:00
parent 74523985bb
commit c0e8a791e6

View File

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