markqvist / Reticulum

The cryptography-based networking stack for building unstoppable networks with LoRa, Packet Radio, WiFi and everything in between.
https://reticulum.network
MIT License
2k stars 124 forks source link

RNodeInterface - Fixed missing init of 'r_stat_snr'. #326

Closed SebastianObi closed 1 year ago

SebastianObi commented 1 year ago

This this will otherwise lead to the error: AttributeError: 'RNodeInterface' object has no attribute 'r_stat_snr'

markqvist commented 1 year ago

Thanks! Merging.