Skip to content

Commit 30b411b

Browse files
committed
Force 1.3.0 of DHT lib
1 parent 967cf22 commit 30b411b

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"
12+
- arduino --install-library "DHT sensor library:1.3.0"
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)