Changed my mind. HB ACKs should include SNR
This commit is contained in:
parent
5646268faf
commit
dd43f0db84
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user