Changed my mind. HB ACKs should include SNR

This commit is contained in:
Jordan Sherer 2019-03-24 22:25:36 -04:00
parent 5646268faf
commit dd43f0db84

View File

@ -7180,6 +7180,7 @@ void MainWindow::sendHeartbeat(){
processTxQueue();
}
#define SEND_SNR_IN_ACK 1
void MainWindow::sendHeartbeatAck(QString to, int snr, QString extra){
#if SEND_SNR_IN_ACK
auto message = QString("%1 ACK %2 %3").arg(to).arg(Varicode::formatSNR(snr)).arg(extra).trimmed();