File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ before_install:
88 - sudo mv arduino-1.8.9 /usr/local/share/arduino
99 - sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
1010install :
11- - ln -s $PWD /usr/local/share/arduino/libraries/Adafruit_FONA
12- - arduino --install-library "SparkFun MCP9600 Arduino Library,Adafruit MQTT Library "
11+ - ln -s $PWD /usr/local/share/arduino/libraries/SparkFun_MCP9600_Arduino_Library
12+ - arduino --install-library "SparkFun MCP9600 Arduino Library"
1313script :
1414 - arduino --verify --board arduino:avr:uno $PWD/examples/Example1_BasicReadings/Example1_BasicReadings.ino
1515 - arduino --verify --board arduino:avr:uno $PWD/examples/Example2_SetThermocoupleType/Example2_SetThermocoupleType.ino
You can’t perform that action at this time.
0 commit comments