mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-24 22:30:37 +01: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…
Reference in New Issue
Block a user