diff --git a/RNS/Interfaces/RNodeInterface.py b/RNS/Interfaces/RNodeInterface.py index 187cc2a..0995ac1 100644 --- a/RNS/Interfaces/RNodeInterface.py +++ b/RNS/Interfaces/RNodeInterface.py @@ -157,6 +157,7 @@ class RNodeInterface(Interface): self.r_stat_rx = None self.r_stat_tx = None self.r_stat_rssi = None + self.r_stat_snr = None self.r_random = None self.packet_queue = []