File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ function skip_ino()
2222/msc_sdfat/
2323/msc_sd/
2424/midi_pizza_box_dj/
25- /hid_composite_joy_featherwing/
2625EOL
2726 echo $ino | grep -q -F " $skiplist "
2827 echo $(( 1 - $? ))
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ function install_libraries()
152152 # install ArduinoJson library
153153 { test -r ArduinoJson-v6.11.0.zip || curl -sS --output ArduinoJson-v6.11.0.zip -L https://github.com/bblanchon/ArduinoJson/releases/download/v6.11.0/ArduinoJson-v6.11.0.zip; } && unzip -qo ArduinoJson-v6.11.0.zip
154154 { test -r Adafruit_SPIFlash-3.4.1.zip || curl -sS --output Adafruit_SPIFlash-3.4.1.zip -L https://github.com/adafruit/Adafruit_SPIFlash/archive/refs/tags/3.4.1.zip; } && unzip -qo Adafruit_SPIFlash-3.4.1.zip
155- { test -r Adafruit_Seesaw-1.4.3 .zip || curl -sS --output Adafruit_Seesaw-1.4.3 .zip -L https://github.com/adafruit/Adafruit_Seesaw/archive/refs/tags/1.4.3 .zip; } && unzip -qo Adafruit_Seesaw-1.4.3 .zip
155+ { test -r Adafruit_Seesaw-1.4.4 .zip || curl -sS --output Adafruit_Seesaw-1.4.4 .zip -L https://github.com/adafruit/Adafruit_Seesaw/archive/refs/tags/1.4.4 .zip; } && unzip -qo Adafruit_Seesaw-1.4.4 .zip
156156 { test -r Adafruit_BusIO-1.7.3.zip || curl -sS --output Adafruit_BusIO-1.7.3.zip -L https://github.com/adafruit/Adafruit_BusIO/archive/refs/tags/1.7.3.zip; } && unzip -qo Adafruit_BusIO-1.7.3.zip
157157 { test -r Adafruit_CircuitPlayground-1.11.3.zip || curl -sS --output Adafruit_CircuitPlayground-1.11.3.zip -L https://github.com/adafruit/Adafruit_CircuitPlayground/archive/refs/tags/1.11.3.zip; } && unzip -qo Adafruit_CircuitPlayground-1.11.3.zip
158158 { test -r Adafruit_NeoPixel-1.8.1.zip || curl -sS --output Adafruit_NeoPixel-1.8.1.zip -L https://github.com/adafruit/Adafruit_NeoPixel/archive/refs/tags/1.8.1.zip; } && unzip -qo Adafruit_NeoPixel-1.8.1.zip
You can’t perform that action at this time.
0 commit comments