Updated GRID command to no longer ACK a reply. It was giving off the wrong impression
This commit is contained in:
parent
08d8beed64
commit
7caa7c83b8
@ -9276,7 +9276,7 @@ void MainWindow::processCommandActivity() {
|
|||||||
logCallActivity(cd, true);
|
logCallActivity(cd, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
reply = QString("%1 ACK").arg(d.from);
|
continue;
|
||||||
}
|
}
|
||||||
// PROCESS APRS
|
// PROCESS APRS
|
||||||
else if(d.cmd == " APRS:" && m_config.spot_to_reporting_networks()){
|
else if(d.cmd == " APRS:" && m_config.spot_to_reporting_networks()){
|
||||||
|
Loading…
Reference in New Issue
Block a user