]> git.tnoah.ca Git - lora-radio.git/commitdiff
Fixed typo
authorMark Qvist <mark@adepta.io>
Wed, 22 Apr 2020 14:49:04 +0000 (16:49 +0200)
committerMark Qvist <mark@adepta.io>
Wed, 22 Apr 2020 14:49:04 +0000 (16:49 +0200)
Libraries/Example.py

index 82fc139accd5c534a41ac88ff8cf0c40a2dc0061..24cea49713e78d2b88cc75d100ce6050051aff35 100644 (file)
@@ -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.