Updated GRID command to no longer ACK a reply. It was giving off the wrong impression

This commit is contained in:
Jordan Sherer 2018-08-30 20:45:51 -04:00
parent 08d8beed64
commit 7caa7c83b8

View File

@ -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()){