File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,15 @@ before_install:
1515install :
1616 - arduino --install-library "ArduinoJson:5.13.2"
1717 # Use PJON master, not a release for now
18- - wget https://github.com/gioblu/PJON/archive/master.zip
19- - unzip master.zip
20- - rm master.zip
18+ - arduino --install-library "PJON:11.2"
19+ # - wget https://github.com/gioblu/PJON/archive/master.zip
20+ # - unzip master.zip
21+ # - rm master.zip
2122 # Put libraries where the Linux Makefile expects them
22- - sudo cp -R PJON-master ../PJON
23+ # - sudo cp -R PJON-master ../PJON
24+ - sudo cp -R $HOME/Arduino/libraries/PJON ..
2325 - sudo cp -R $HOME/Arduino/libraries/ArduinoJson ..
24- - sudo mv PJON-master $HOME/Arduino/libraries/PJON
26+ # - sudo mv PJON-master $HOME/Arduino/libraries/PJON
2527script :
2628 # Arduino based examples
2729 - pushd examples/BlinkAdvanced >/dev/null && build_platform uno && popd >/dev/null
You can’t perform that action at this time.
0 commit comments