bump to release 0.10.0

This commit is contained in:
cecio
2023-06-11 23:42:09 +02:00
parent b6076a6880
commit 3de81580bd
2 changed files with 3 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ Obviously you can also build your own firmware. To build the *standard* one I us
- Arduino IDE 2.1.0
- ~~as board I used `Raspberry Pi Pico - Arduino MBED OS RP2040` version `4.0.2`~~
- ~~`Adafruit TinyUSB Library` version `1.14.4`. Newer versions are not working because the RPI SDK of the board is stick to an older version. May be migrate the entire project directly on Raspberry Pi Pico SDK is the solution here.~~
- `Adafruit TinyUSB Library` version `2.2.0` and Board `Raspberry Pi RP2040 (2.7.0)` setting clock at 240MHz (overclock)
- `Adafruit TinyUSB Library` version `2.2.1` and Board `Raspberry Pi RP2040 (2.7.0)` setting clock at 240MHz (overclock)
- `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.

View File

@@ -74,7 +74,7 @@ bool activeState = false;
//
// USBvalve globals
//
#define VERSION "USBvalve - 0.9.1"
#define VERSION "USBvalve - 0.10.0"
boolean readme = false;
boolean autorun = false;
boolean written = false;
@@ -312,7 +312,7 @@ bool msc_ready_callback(void) {
void cls(void) {
oled.clear();
oled.print(VERSION);
oled.print("\n----------------");
oled.print("\n-----------------");
}
// HexDump