Version bump

This commit is contained in:
Noah Axon 2024-01-16 19:07:41 -06:00
parent dcb4f2f6e5
commit a6122cf9ad
1 changed files with 4 additions and 4 deletions

View File

@ -2,13 +2,13 @@
// github.com/n0xa | IG: @4x0nn
// -=-=-=-=-=-=- Uncomment the platform you're building for -=-=-=-=-=-=-
//#define STICK_C_PLUS
#define STICK_C_PLUS
//#define STICK_C_PLUS2
//#define STICK_C
#define CARDPUTER
//#define CARDPUTER
// -=-=- Uncommenting more than one at a time will result in errors -=-=-
String buildver="2.3.3";
String buildver="2.3.4";
#define BGCOLOR BLACK
#define FGCOLOR GREEN
@ -627,7 +627,7 @@ int rotation = 1;
DISP.println("%");
DISP.println(TXT_EXIT);
}
void battery_setup() { //
rstOverride = false;
pinMode(VBAT_PIN, INPUT);