From 5248f81314fdb8e8655f1d447dfc33b1ecee8da4 Mon Sep 17 00:00:00 2001 From: Noah Axon Date: Tue, 9 Jan 2024 21:48:22 -0600 Subject: [PATCH] little bit of cleanup for 2.3.3 --- m5stick-nemo.ino | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/m5stick-nemo.ino b/m5stick-nemo.ino index 591c94d..ec7abe2 100644 --- a/m5stick-nemo.ino +++ b/m5stick-nemo.ino @@ -2,10 +2,10 @@ // 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"; @@ -1547,8 +1547,10 @@ void wscan_loop(){ void bootScreen(){ // Boot Screen + #ifndef STICK_C DISP.drawBmp(NEMOMatrix, 97338); delay(3000); + #endif DISP.fillScreen(BGCOLOR); DISP.setTextSize(BIG_TEXT); DISP.setCursor(40, 0); @@ -1840,7 +1842,9 @@ void loop() { break; case 10: // easter egg? + #ifndef STICK_C if(check_select_press()){DISP.drawBmp(NEMOMatrix, 97338);} + #endif break; case 11: wifispam_loop();