Version bump
This commit is contained in:
parent
dcb4f2f6e5
commit
a6122cf9ad
|
@ -2,13 +2,13 @@
|
||||||
// github.com/n0xa | IG: @4x0nn
|
// github.com/n0xa | IG: @4x0nn
|
||||||
|
|
||||||
// -=-=-=-=-=-=- Uncomment the platform you're building for -=-=-=-=-=-=-
|
// -=-=-=-=-=-=- Uncomment the platform you're building for -=-=-=-=-=-=-
|
||||||
//#define STICK_C_PLUS
|
#define STICK_C_PLUS
|
||||||
//#define STICK_C_PLUS2
|
//#define STICK_C_PLUS2
|
||||||
//#define STICK_C
|
//#define STICK_C
|
||||||
#define CARDPUTER
|
//#define CARDPUTER
|
||||||
// -=-=- Uncommenting more than one at a time will result in errors -=-=-
|
// -=-=- 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 BGCOLOR BLACK
|
||||||
#define FGCOLOR GREEN
|
#define FGCOLOR GREEN
|
||||||
|
|
||||||
|
@ -627,7 +627,7 @@ int rotation = 1;
|
||||||
DISP.println("%");
|
DISP.println("%");
|
||||||
DISP.println(TXT_EXIT);
|
DISP.println(TXT_EXIT);
|
||||||
}
|
}
|
||||||
|
|
||||||
void battery_setup() { //
|
void battery_setup() { //
|
||||||
rstOverride = false;
|
rstOverride = false;
|
||||||
pinMode(VBAT_PIN, INPUT);
|
pinMode(VBAT_PIN, INPUT);
|
||||||
|
|
Loading…
Reference in New Issue