Heartbeats are directed to @HB now, so make sure that we process directed messages like that please

This commit is contained in:
Jordan Sherer 2020-04-04 22:53:30 -04:00
parent 0a119eff6b
commit 2ccdd9423d

View File

@ -4959,7 +4959,7 @@ void MainWindow::processDecodedLine(QByteArray t){
} else {
// convert HEARTBEAT to a directed command and process...
cmd.from = cd.call;
cmd.to = "@ALLCALL";
cmd.to = "@HB";
cmd.cmd = " HEARTBEAT";
cmd.snr = cd.snr;
cmd.bits = cd.bits;