bump to release 0.9.0

This commit is contained in:
cecio
2023-05-10 22:48:14 +02:00
parent 5bca0f9370
commit 1faf7e440c
3 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ Adafruit_USBH_Host USBHost;
// Define vars for OLED screen // Define vars for OLED screen
#define I2C_ADDRESS 0x3C // 0X3C+SA0 - 0x3C or 0x3D #define I2C_ADDRESS 0x3C // 0X3C+SA0 - 0x3C or 0x3D
#define RST_PIN -1 // Define proper RST_PIN if required. #define RST_PIN -1 // Define proper RST_PIN if required.
#define OLED_HEIGHT 32 // 64 or 32 depending on the OLED #define OLED_HEIGHT 64 // 64 or 32 depending on the OLED
#define OLED_LINES (OLED_HEIGHT / 8) #define OLED_LINES (OLED_HEIGHT / 8)
SSD1306AsciiWire oled; SSD1306AsciiWire oled;
@@ -74,7 +74,7 @@ bool activeState = false;
// //
// USBvalve globals // USBvalve globals
// //
#define VERSION "USBvalve - 0.9.0b" #define VERSION "USBvalve - 0.9.0"
boolean readme = false; boolean readme = false;
boolean autorun = false; boolean autorun = false;
boolean written = false; boolean written = false;