You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ "$startIDEversion"!="1.6.2" ]] && [[ "$startIDEversion"!="1.6.2" ]];then
207
-
# See "Arduino IDE version blacklist" documentation below
207
+
# See "Arduino IDE version blocklist" documentation below
208
208
local -r IDEversion162regex=--regex='refs/tags/1\.6\.2'
209
209
if [[ "$ARDUINO_CI_SCRIPT_VERBOSITY_LEVEL"-gt 0 ]];then
210
210
echo"NOTE: Due to not playing nicely with other versions, Arduino IDE 1.6.2 will not be installed unless explicitly specified in the version arguments."
211
211
fi
212
212
fi
213
213
214
-
# Arduino IDE tag blacklist:
214
+
# Arduino IDE tag blocklist:
215
215
# <1.5.2: no CLI (https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc#history)
0 commit comments