Fixed typo
This commit is contained in:
parent
58dc7f5aa8
commit
e2be95df3e
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user