mcci-catena / arduino-lorawan

User-friendly library for using arduino-lmic with The Things Network and other LoRaWAN® networks
MIT License
285 stars 54 forks source link

Cross-library include fails due to library renaming #65

Closed terrillmoore closed 5 years ago

terrillmoore commented 5 years ago

See #64; some of the library header files try to get the LMIC configuration by directly looking for ../../arduino-lmic/src/lmic/lmic_config_preconditions.h. But arduino-lmic isn't the name when installed by the IDE.

Instead, we need to use the new header file (from 2.3.1 of the LMIC), .