mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Fix two flaws in generating Sh messages in MSK144 mode.
This commit is contained in:
		
							parent
							
								
									53c0908533
								
							
						
					
					
						commit
						e4e34214f9
					
				@ -4752,6 +4752,11 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
 | 
			
		||||
      t=t0 + "R" + rpt;
 | 
			
		||||
      msgtype(t, ui->tx3);
 | 
			
		||||
    }
 | 
			
		||||
    if(m_mode=="MSK144" and m_bShMsgs) {
 | 
			
		||||
      t=t0 + "R" + rpt;
 | 
			
		||||
      msgtype(t, ui->tx3);
 | 
			
		||||
      m_send_RR73=false;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    t=t0 + (m_send_RR73 ? "RR73" : "RRR");
 | 
			
		||||
    if(m_mode=="MSK144" or m_mode=="FT8") {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user