mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-08 07:10:15 +00:00
Fixed missing init of 'r_stat_snr'.
This this will otherwise lead to the error: AttributeError: 'RNodeInterface' object has no attribute 'r_stat_snr'
This commit is contained in:
parent
97f97eb063
commit
f206047908
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user