add note about having only one lmic lib

pull/19/head
Kent Wiliams 2020-04-24 15:18:55 -07:00
rodzic 38897901e0
commit 5d2b39ce1e
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -5,6 +5,14 @@
## Required Arduino Libraries
### Important
Make sure you do not have other LMIC arduino libraries installed, otherwise you will experience
build errors. You can find your Arduino libraries for your operating system below, simply delete the directory if you would like to remove a library.
linux: /home/{user}/Arduino/libraries
windows: Documents/Arduino/libraries
mac os: Documents/Arduino/libraries
From the Arduino IDE, open the Library Manager (Sketch->Include Library->Manage Libraries). In the search box, type the library name below and install the latest version.
[IBM LMIC framework](https://github.com/matthijskooijman/arduino-lmic)