jgromes / RadioLib

Universal wireless communication library for embedded devices
https://jgromes.github.io/RadioLib/
MIT License
1.58k stars 395 forks source link

RADIOLIB_LORAWAN_NO_DOWNLINK disappeard from Version 6.6 to 7.00 #1242

Closed decodeais closed 1 month ago

decodeais commented 1 month ago

If I compile the LoRawan_TTN example for the Heltec_Wifi LoRa32(v3) the compiler misses RADIOLIB_LORAWAN_NO_DOWNLINK. Is this a mistake on your side, or has the example program to be changed. For me it works with the downgraded RadioLib. Issue on Heltec_Wifi LoRa32(v3)

Setup:

StevenCellist commented 1 month ago

If you take a look at the updated examples for LoRaWAN in 7.0, you will see that there have been some modifications (as mentioned in the release message). Please have a look at these examples and modify your own sketch accordingly. And yes, this also means that NO_DOWNLINK has been removed.

If you run into problems, please let us know and we'll help you. But as this is not an actual issue with the library, I'm converting it to a discussion instead.