mirror of
				https://github.com/liberatedsystems/openCom-Companion.git
				synced 2025-07-08 05:07:21 +02:00 
			
		
		
		
	Fixed signal report SNR output
This commit is contained in:
		
							parent
							
								
									9481938d41
								
							
						
					
					
						commit
						271b8783af
					
				@ -3491,7 +3491,7 @@ class SidebandCore():
 | 
			
		||||
                    if message.rssi != None:
 | 
			
		||||
                        phy_str += f"RSSI: {message.rssi} dBm\n"
 | 
			
		||||
                    if message.snr != None:
 | 
			
		||||
                        phy_str += f"SNR: {message.rssi} dB\n"
 | 
			
		||||
                        phy_str += f"SNR: {message.snr} dB\n"
 | 
			
		||||
                    if len(phy_str) != 0:
 | 
			
		||||
                        phy_str = phy_str[:-1]
 | 
			
		||||
                    else:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user