mcci-catena / arduino-lmic

LoraWAN-MAC-in-C library, adapted to run under the Arduino environment
https://forum.mcci.io/c/device-software/arduino-lmic/
MIT License
646 stars 212 forks source link

fix #840: enable device time request by default #844

Closed dhineshkumarmcci closed 2 years ago

dhineshkumarmcci commented 2 years ago
* We should add a test to confirm that `LMIC_ENABLE_DeviceTimeReq=0` still compiles correctly.

Added tests with disabling device-time request, using ttn-otaa.ino for regions US and EU. https://github.com/mcci-catena/arduino-lmic/blob/7c73957df130e96a0caf044c88d97d3da91951b0/ci/platformio.sh#L65-L67