You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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), <arduino_lmic_user_configuration.h>.