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
f206047908
commit
6dcfe2cad6
@ -395,6 +395,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