Skip to content

Commit 238f386

Browse files
committed
Add Unified Sensor lib
1 parent cd44e5e commit 238f386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install:
99
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
1010
install:
1111
- ln -s $PWD /usr/local/share/arduino/libraries/TheThingsNetwork
12-
- arduino --install-library "DHT sensor library:1.3.0"
12+
- arduino --install-library "DHT sensor library:1.3.0,Adafruit Unified Sensor:1.0.2"
1313
before_script:
1414
# Replace placeholders with actual frequency plan (on Mac OS folow -i by '')
1515
- find $PWD/examples -type f -name "*.ino" -exec sed -i 's/\(freqPlan = \)/\1TTN_FP_EU868;/g' {} +

0 commit comments

Comments
 (0)