From e2be95df3ec605fef58af40788aaa5ef45f4a7b3 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 22 Apr 2020 16:49:04 +0200 Subject: [PATCH] Fixed typo --- Libraries/Example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Example.py b/Libraries/Example.py index 82fc139..24cea49 100644 --- a/Libraries/Example.py +++ b/Libraries/Example.py @@ -13,7 +13,7 @@ serialPort = "/dev/ttyUSB0" def gotPacket(data, rnode): print "Received a packet: "+data print "RSSI: "+str(rnode.r_stat_rssi)+" dBm" - print "SNR: "+str(rnode.r_stat_snr)+" dBm" + print "SNR: "+str(rnode.r_stat_snr)+" dB" # Create an RNode instance. This configures # and powers up the radio.