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 @@ -15,11 +15,11 @@ before_install:
1515 - tar xf arduino-$IDE_VERSION-linux64.tar.xz
1616 - mv arduino-$IDE_VERSION $HOME/arduino-ide
1717 - export PATH=$PATH:$HOME/arduino-ide
18- - arduino --pref "boardsmanager.additional.urls=https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json" --install-boards sandeepmistry:nRF5
18+ - arduino --pref "boardsmanager.additional.urls=https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json" --install-boards sandeepmistry:nRF5 > /dev/null
1919 - buildExampleSketch() { arduino --verbose-build --verify --board $1 $HOME/arduino-ide/examples/$2/$3/$3.ino; }
2020install :
2121 - mkdir -p $HOME/Arduino/hardware/sandeepmistry
22- - ln -s $PWD $HOME/Arduino/hardware/sandeepmistry/.
22+ - ln -s $PWD $HOME/Arduino/hardware/sandeepmistry/nRF5
2323script :
2424 - buildExampleSketch sandeepmistry:nRF5:nRF52DK 01.Basics Blink
2525 - buildExampleSketch sandeepmistry:nRF5:BluzDK 01.Basics Blink
You can’t perform that action at this time.
0 commit comments