specify arduino lmic version in sparkfun and adafruit

pull/20/head
Kent Wiliams 2020-04-30 12:51:20 -07:00
rodzic c147c204ed
commit b8811aea75
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ 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.
From the Arduino IDE, open the Library Manager (Sketch->Include Library->Manage Libraries). In the search box, type the library name below and install version `1.5.0+arduino-2`.
[IBM LMIC framework](https://github.com/matthijskooijman/arduino-lmic)

Wyświetl plik

@ -4,7 +4,7 @@ This example demonstrates sending a simple data packet using a Sparkfun Pro RF d
## Required 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.
From the Arduino IDE, open the Library Manager (Sketch->Include Library->Manage Libraries). In the search box, type the library name below and install version `1.5.0+arduino-2`.
[IBM LMIC framework](https://github.com/matthijskooijman/arduino-lmic)