Added RSSI and SNR to echo example

This commit is contained in:
Mark Qvist 2021-10-12 18:04:55 +02:00
parent 3e5f613f66
commit 8d01586a5a
2 changed files with 41 additions and 2 deletions

View file

@ -110,7 +110,7 @@ def program_setup(configdir, destination_hexhash, size=DEFAULT_PROBE_SIZE, full_
reception_stats += " [RSSI "+str(reception_rssi)+" dBm]"
if reception_snr != None:
reception_stats += " [SNR "+str(reception_snr)+" dBm]"
reception_stats += " [SNR "+str(reception_snr)+" dB]"
else:
if receipt.proof_packet != None: