diff --git a/m5stick-nemo.ino b/m5stick-nemo.ino index e8e226b..a55c88f 100644 --- a/m5stick-nemo.ino +++ b/m5stick-nemo.ino @@ -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);