Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
n0xa committed Jan 17, 2024
1 parent dcb4f2f commit a6122cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions m5stick-nemo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -627,7 +627,7 @@ int rotation = 1;
DISP.println("%");
DISP.println(TXT_EXIT);
}

void battery_setup() { //
rstOverride = false;
pinMode(VBAT_PIN, INPUT);
Expand Down

0 comments on commit a6122cf

Please sign in to comment.