ZaneL

Results 3 issues of ZaneL

I was looking at the LoRaWAN example: https://github.com/HelTecAutomation/ASR650x-Arduino/blob/master/libraries/LoRa/examples/LoRaWAN/LoRaWan/LoRaWan.ino ...and it's strange how the class variables are all outside of the class and extern'd: https://github.com/HelTecAutomation/ASR650x-Arduino/blob/master/libraries/LoRa/src/LoRaWan_APP.h and then you have to declare...

Maybe I'm dumb, but I can't seem to get this to work. I cloned the classic branch and ran this command: `snapcraft prime --target-arch=armhf` ...and this is what happened... ![alt...

Hello, I'm using CMAKE to build your library and link it into my project. In Windows, if I use MSVC, it works fine. Out of curiosity, I tried to use...