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
640 stars 208 forks source link

'EV_TXSTART' was not declared in this scope - ttn-abp.ino #875

Open marcpinet opened 2 years ago

marcpinet commented 2 years ago

Describe the bug

When I take the ttn-abp.ino, set the correct keys and start compiling it, an error is raised which says that I didn't declare EV_TXSTART. However, as I read the documentation, there is no need to declare EV_TXSTART.

Environment

To Reproduce

Expected behavior

No errors

Screenshots

image

chansheunglong commented 2 years ago

Please also post your code