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

Incorrect error code in RNodeInterface #284

Closed faragher closed 1 year ago

faragher commented 1 year ago

Both hardware initialization and TX errors are handled by ERROR_INITRADIO and their position in a conditional means the TX code is unreachable.

https://github.com/markqvist/Reticulum/blob/fac4973329ff50bc554ce129b896459af9e453c2/RNS/Interfaces/RNodeInterface.py#L634

markqvist commented 1 year ago

Thank you!