Skip to content

Commit

Permalink
bump to release 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cecio committed Sep 3, 2024
1 parent 35f4a00 commit 384684b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ 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 [email protected].1" \
&& arduino-cli lib install "Adafruit [email protected].10" \
&& arduino-cli lib install "Pico PIO USB@0.5.3" \
&& arduino-cli lib install "Adafruit TinyUSB [email protected].3" \
&& arduino-cli lib install "Adafruit [email protected].11" \
&& arduino-cli lib install "Pico PIO USB@0.6.1" \
&& arduino-cli lib install "[email protected]" \
&& arduino-cli lib install "GFX Library for [email protected]"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ I grouped most of the variables you may want to modify in this section ([see Doc
Obviously you can also build your own firmware. To build the *standard* one I used:
- Arduino IDE `2.3.2`
- `Adafruit TinyUSB Library` version `3.3.1`, `Pico-PIO-USB` version `0.5.3`, Board `Raspberry Pi RP2040 (3.9.3)` setting Tools=>CPU Speed at `120MHz` and Tools=>USB Stack to `Adafruit TinyUSB`
- `Adafruit_SSD1306` OLED library version `2.5.10`
- `Adafruit TinyUSB Library` version `3.3.3`, `Pico-PIO-USB` version `0.6.1`, Board `Raspberry Pi RP2040 (4.0.1)` setting Tools=>CPU Speed at `120MHz` and Tools=>USB Stack to `Adafruit TinyUSB`
- `Adafruit_SSD1306` OLED library version `2.5.11`
Remember to add `https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json` in the `Additional Board Manager URLs` to install the proper board.
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.2"
#define VERSION "USBvalve - 0.19.0"
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 384684b

Please sign in to comment.