Fixed typo

This commit is contained in:
Mark Qvist 2020-04-22 16:49:04 +02:00
parent 58dc7f5aa8
commit e2be95df3e

View File

@ -13,7 +13,7 @@ serialPort = "/dev/ttyUSB0"
def gotPacket(data, rnode): def gotPacket(data, rnode):
print "Received a packet: "+data print "Received a packet: "+data
print "RSSI: "+str(rnode.r_stat_rssi)+" dBm" 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 # Create an RNode instance. This configures
# and powers up the radio. # and powers up the radio.