From 2d248742e359a1cb4c3d6b003cd6baf791b270a4 Mon Sep 17 00:00:00 2001 From: cecio Date: Fri, 27 Oct 2023 23:28:53 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7371cea..cc9981e 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ 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.2.1` -- `Adafruit TinyUSB Library` version `2.2.5`, Board `Raspberry Pi RP2040 (3.6.0)` setting Tools=>CPU Speed at `120MHz` and Tools=>USB Stack to `Adafruit TinyUSB` +- `Adafruit TinyUSB Library` version `2.2.5`, `Pico-PIO-USB` version `0.5.2`, Board `Raspberry Pi RP2040 (3.6.0)` setting Tools=>CPU Speed at `120MHz` and Tools=>USB Stack to `Adafruit TinyUSB` - `ssd1306` OLED library version `1.8.3` If you want to re-create a new fake filesystem, you may want to have a look to the `utils` folder, where I placed some utilities to build a new one.