Fixed typo
This commit is contained in:
parent
614a139cd4
commit
3e5f613f66
@ -118,7 +118,7 @@ def program_setup(configdir, destination_hexhash, size=DEFAULT_PROBE_SIZE, full_
|
|||||||
reception_stats += " [RSSI "+str(receipt.proof_packet.rssi)+" dBm]"
|
reception_stats += " [RSSI "+str(receipt.proof_packet.rssi)+" dBm]"
|
||||||
|
|
||||||
if receipt.proof_packet.snr != None:
|
if receipt.proof_packet.snr != None:
|
||||||
reception_stats += " [SNR "+str(receipt.proof_packet.snr)+" dBm]"
|
reception_stats += " [SNR "+str(receipt.proof_packet.snr)+" dB]"
|
||||||
|
|
||||||
print(
|
print(
|
||||||
"Valid reply received from "+
|
"Valid reply received from "+
|
||||||
|
Loading…
Reference in New Issue
Block a user