We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd44e5e commit 238f386Copy full SHA for 238f386
.travis.yml
@@ -9,7 +9,7 @@ before_install:
9
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
10
install:
11
- ln -s $PWD /usr/local/share/arduino/libraries/TheThingsNetwork
12
- - arduino --install-library "DHT sensor library:1.3.0"
+ - arduino --install-library "DHT sensor library:1.3.0,Adafruit Unified Sensor:1.0.2"
13
before_script:
14
# Replace placeholders with actual frequency plan (on Mac OS folow -i by '')
15
- find $PWD/examples -type f -name "*.ino" -exec sed -i 's/\(freqPlan = \)/\1TTN_FP_EU868;/g' {} +
0 commit comments