Skip to content

Commit

Permalink
Add Unified Sensor lib
Browse files Browse the repository at this point in the history
  • Loading branch information
FokkeZB committed Nov 30, 2016
1 parent cd44e5e commit 238f386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
install:
- ln -s $PWD /usr/local/share/arduino/libraries/TheThingsNetwork
- arduino --install-library "DHT sensor library:1.3.0"
- arduino --install-library "DHT sensor library:1.3.0,Adafruit Unified Sensor:1.0.2"
before_script:
# Replace placeholders with actual frequency plan (on Mac OS folow -i by '')
- find $PWD/examples -type f -name "*.ino" -exec sed -i 's/\(freqPlan = \)/\1TTN_FP_EU868;/g' {} +
Expand Down

0 comments on commit 238f386

Please sign in to comment.