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 da963ae commit c05ab9dCopy full SHA for c05ab9d
.travis.yml
@@ -26,7 +26,8 @@ before_install:
26
- source install.sh
27
28
install:
29
- - arduino --install-library "Adafruit SPIFlash","Adafruit QSPI","SdFat"
+ - arduino --install-library "Adafruit SPIFlash"
30
+ - git clone --quiet https://github.com/adafruit/SdFat.git $HOME/Arduino/libraries/SdFat
31
- pip3 install --user adafruit-nrfutil
32
33
script:
0 commit comments