markqvist/Reticulum

Incorrect error code in RNodeInterface

faragher opened this issue · 1 comments

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

elif (byte == KISS.ERROR_INITRADIO):

Thank you!