tftelkamp / arduino-lmic-v1.5

IBM LMIC v1.5 (LoRaWAN in C) adapted to run under the Arduino environment
43 stars 18 forks source link

Problem in adding LMIC library #8

Closed manisubbu07 closed 7 years ago

manisubbu07 commented 7 years ago

hi i've downloaded Arduino-lmic-master.zip and try to add this to my arduino software by click sketch->importlibrary->select the file. but i get the in arduino software as the library "arduino-lmic-master" cannot be used.the library file should contain only basic basic letters and numbers. what can i do further

gonzalocasas commented 7 years ago

As it says in the home page of this repo:

**IMPORTANT**
Please note this repository is deprecated.
For LMiC 1.5 on Arduino please use:
https://github.com/matthijskooijman/arduino-lmic

so, please try the updated repo. I've been using it for a very long time without any issues, make sure your Arduino IDE is up-to-date as well.