Skip to content

Commit

Permalink
Specify library id
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Apr 20, 2019
1 parent 69ef5f6 commit c584385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/platformio.sh
Expand Up @@ -4,7 +4,7 @@ pip install --user platformio

rm -r test

platformio lib install "SD"
platformio lib install 868 # SD library

for EXAMPLE in $PWD/examples/*/*.ino;
do
Expand Down

0 comments on commit c584385

Please sign in to comment.