Skip to content

Commit

Permalink
bump to release 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cecio committed Jul 7, 2024
1 parent f6de47e commit 7cfedce
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ RUN cd /app \
&& 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 \
&& arduino-cli lib install "Adafruit TinyUSB Library" \
&& arduino-cli lib install "Adafruit SSD1306" \
&& arduino-cli lib install "Pico PIO USB" \
&& arduino-cli lib install "XxHash_arduino" \
&& arduino-cli lib install "GFX Library for Arduino"
&& arduino-cli lib install "Adafruit TinyUSB Library@3.3.1" \
&& arduino-cli lib install "Adafruit SSD1306@2.5.10" \
&& arduino-cli lib install "Pico PIO USB@0.5.3" \
&& arduino-cli lib install "XxHash_arduino@2.1.0" \
&& arduino-cli lib install "GFX Library for Arduino@1.4.7"

# Compilation setup
RUN echo "#!/bin/bash" > /app/entrypoint.sh \
Expand Down
2 changes: 1 addition & 1 deletion USBvalve/USBvalve.ino
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ bool activeState = false;
//
// USBvalve globals
//
#define VERSION "USBvalve - 0.18.1"
#define VERSION "USBvalve - 0.18.2"
boolean readme = false;
boolean autorun = false;
boolean written = false;
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7cfedce

Please sign in to comment.