Skip to content

Commit 384684b

Browse files
committed
bump to release 0.19.0
1 parent 35f4a00 commit 384684b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ RUN cd /app \
2424
&& export PATH=$PATH:/app/arduino-cli/bin \
2525
&& arduino-cli --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json core search 2040 \
2626
&& arduino-cli --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json core install rp2040:rp2040 \
27-
&& arduino-cli lib install "Adafruit TinyUSB Library@3.3.1" \
28-
&& arduino-cli lib install "Adafruit SSD1306@2.5.10" \
29-
&& arduino-cli lib install "Pico PIO USB@0.5.3" \
27+
&& arduino-cli lib install "Adafruit TinyUSB Library@3.3.3" \
28+
&& arduino-cli lib install "Adafruit SSD1306@2.5.11" \
29+
&& arduino-cli lib install "Pico PIO USB@0.6.1" \
3030
&& arduino-cli lib install "XxHash_arduino@2.1.0" \
3131
&& arduino-cli lib install "GFX Library for Arduino@1.4.7"
3232

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ I grouped most of the variables you may want to modify in this section ([see Doc
196196
Obviously you can also build your own firmware. To build the *standard* one I used:
197197
198198
- Arduino IDE `2.3.2`
199-
- `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`
200-
- `Adafruit_SSD1306` OLED library version `2.5.10`
199+
- `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`
200+
- `Adafruit_SSD1306` OLED library version `2.5.11`
201201
202202
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.
203203

USBvalve/USBvalve.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ bool activeState = false;
116116
//
117117
// USBvalve globals
118118
//
119-
#define VERSION "USBvalve - 0.18.2"
119+
#define VERSION "USBvalve - 0.19.0"
120120
boolean readme = false;
121121
boolean autorun = false;
122122
boolean written = false;
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)