mirror of
https://github.com/cecio/USBvalve.git
synced 2025-12-06 03:41:45 +00:00
Compare commits
1 Commits
c1618bc201
...
v0.21.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13422f4c8c |
@@ -23,12 +23,12 @@ RUN cd /app \
|
||||
&& ./install.sh \
|
||||
&& export PATH=$PATH:/app/arduino-cli/bin \
|
||||
&& arduino-cli --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json core search 2040 \
|
||||
&& arduino-cli --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json core install rp2040:rp2040@4.4.2 \
|
||||
&& arduino-cli lib install "Adafruit TinyUSB Library@3.4.2" \
|
||||
&& arduino-cli lib install "Adafruit SSD1306@2.5.13" \
|
||||
&& arduino-cli lib install "Pico PIO USB@0.6.1" \
|
||||
&& arduino-cli --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json core install rp2040:rp2040@4.5.4 \
|
||||
&& arduino-cli lib install "Adafruit TinyUSB Library@3.6.0" \
|
||||
&& arduino-cli lib install "Adafruit SSD1306@2.5.14" \
|
||||
&& arduino-cli lib install "Pico PIO USB@0.7.2" \
|
||||
&& arduino-cli lib install "XxHash_arduino@2.1.0" \
|
||||
&& arduino-cli lib install "GFX Library for Arduino@1.5.3"
|
||||
&& arduino-cli lib install "GFX Library for Arduino@1.6.0"
|
||||
|
||||
# Compilation setup
|
||||
RUN echo "#!/bin/bash" > /app/entrypoint.sh \
|
||||
|
||||
@@ -23,12 +23,12 @@ RUN cd /app \
|
||||
&& ./install.sh \
|
||||
&& export PATH=$PATH:/app/arduino-cli/bin \
|
||||
&& arduino-cli --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json core search 2040 \
|
||||
&& arduino-cli --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json core install rp2040:rp2040@4.4.2 \
|
||||
&& arduino-cli lib install "Adafruit TinyUSB Library@3.4.2" \
|
||||
&& arduino-cli lib install "Adafruit SSD1306@2.5.13" \
|
||||
&& arduino-cli lib install "Pico PIO USB@0.6.1" \
|
||||
&& arduino-cli --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json core install rp2040:rp2040@4.5.4 \
|
||||
&& arduino-cli lib install "Adafruit TinyUSB Library@3.6.0" \
|
||||
&& arduino-cli lib install "Adafruit SSD1306@2.5.14" \
|
||||
&& arduino-cli lib install "Pico PIO USB@0.7.2" \
|
||||
&& arduino-cli lib install "XxHash_arduino@2.1.0" \
|
||||
&& arduino-cli lib install "GFX Library for Arduino@1.5.3"
|
||||
&& arduino-cli lib install "GFX Library for Arduino@1.6.0"
|
||||
|
||||
# Compilation setup
|
||||
RUN echo "#!/bin/bash" > /app/entrypoint.sh \
|
||||
|
||||
@@ -116,7 +116,7 @@ bool activeState = false;
|
||||
//
|
||||
// USBvalve globals
|
||||
//
|
||||
#define VERSION "USBvalve - 0.21.0"
|
||||
#define VERSION "USBvalve - 0.21.1"
|
||||
boolean readme = false;
|
||||
boolean autorun = false;
|
||||
boolean written = false;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user