Added RSSI and SNR to echo example

This commit is contained in:
Mark Qvist 2021-10-12 18:31:46 +02:00
parent c3dcd9366d
commit 1d6c877b4c

View File

@ -105,7 +105,7 @@ def server_callback(message, packet):
if packet.snr != None:
reception_stats += " [SNR "+str(packet.snr)+" dB]"
RNS.log("Received packet from echo client, proof sent")
RNS.log("Received packet from echo client, proof sent"+reception_stats)
##########################################################