From: Mark Qvist Date: Wed, 22 Apr 2020 14:49:04 +0000 (+0200) Subject: Fixed typo X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=e2be95df3ec605fef58af40788aaa5ef45f4a7b3;p=lora-radio.git Fixed typo --- 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.