Remove SNR from HB automatic ACK (there's a reason...coming soon)
This commit is contained in:
		
							parent
							
								
									1a4efa8120
								
							
						
					
					
						commit
						8528a47dad
					
				| @ -8147,7 +8147,7 @@ void MainWindow::sendHeartbeat(){ | |||||||
|     processTxQueue(); |     processTxQueue(); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #define SEND_SNR_IN_ACK 1 | #define SEND_SNR_IN_ACK 0 | ||||||
| void MainWindow::sendHeartbeatAck(QString to, int snr, QString extra){ | void MainWindow::sendHeartbeatAck(QString to, int snr, QString extra){ | ||||||
| #if SEND_SNR_IN_ACK | #if SEND_SNR_IN_ACK | ||||||
|     auto message = QString("%1 ACK %2 %3").arg(to).arg(Varicode::formatSNR(snr)).arg(extra).trimmed(); |     auto message = QString("%1 ACK %2 %3").arg(to).arg(Varicode::formatSNR(snr)).arg(extra).trimmed(); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Jordan Sherer
						Jordan Sherer