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()
22
22
/msc_sdfat/
23
23
/msc_sd/
24
24
/midi_pizza_box_dj/
25
- /hid_composite_joy_featherwing/
26
25
EOL
27
26
echo $ino | grep -q -F " $skiplist "
28
27
echo $(( 1 - $? ))
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ function install_libraries()
152
152
# install ArduinoJson library
153
153
{ 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
154
154
{ 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
156
156
{ 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
157
157
{ 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
158
158
{ 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