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 68f77a5 commit f1bb21dCopy full SHA for f1bb21d
tests/common.sh
@@ -94,7 +94,7 @@ function install_libraries()
94
pushd $HOME/Arduino/libraries
95
96
# install ArduinoJson library
97
- wget https://github.com/bblanchon/ArduinoJson/releases/download/v4.6.1/ArduinoJson-v4.6.1.zip && unzip ArduinoJson-v4.6.1.zip
+ { test -r ArduinoJson-v4.6.1.zip || wget https://github.com/bblanchon/ArduinoJson/releases/download/v4.6.1/ArduinoJson-v4.6.1.zip; } && unzip ArduinoJson-v4.6.1.zip
98
99
popd
100
}
0 commit comments