mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-04-26 23:59:58 -07: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:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user