mirror of
https://github.com/cecio/USBvalve.git
synced 2026-03-09 19:02:00 +00:00
bump to release 0.10.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user