matthijskooijman / arduino-lmic

:warning: This library is deprecated, see the README for alternatives.
704 stars 651 forks source link

radio.c codes #280

Closed Roberto6969 closed 4 years ago

Roberto6969 commented 4 years ago

Hello Matthijs,

maybe it is a banal question but anyway: are radio codes listed with description somewhere?

Just for an example: Is radio.c code 689 mentioned here: C:\Users\HP\Documents\Arduino\libraries\arduino-lmic-master\src\lmic\radio.c:689 explained what it means?

We don't want to disturb you anytime when we discover new code ;-)

Thank You!

matthijskooijman commented 4 years ago

It's somewhat documented: If you open up radio.c and go to line 689, you'll see exactly where the assertion failure was generated and what expression was false. Then what that means exactly, should be deduced from the code around it.

Roberto6969 commented 4 years ago

Thank you - it makes sense.