matthijskooijman / arduino-lmic

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

What are opmodes? Are they listed somewhere? #309

Closed tipo1000A closed 2 years ago

tipo1000A commented 2 years ago

As the title says arduino-lmic prints opmodes like: opmode=0x4 opmode=0x808 opmode=0x900 opmode=0x908 . . , What they mean?

Thanks, Tipo

matthijskooijman commented 2 years ago

It's a bitmask of these: https://github.com/matthijskooijman/arduino-lmic/blob/e6061a5171f4e00e84259bb5df41cb023b3d3667/src/lmic/lmic.h#L114-L128