When reviewing arduino-lmic docs, discovered that the proper form for checking for RX is:
if (LMIC.dataLen != 0 || LMIC.dataBeg != 0)
Right now we only have
if (LMIC.dataLen != 0)
which means that zero-length downlinks are not indicated to the client.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4