From 99168950ff1ded39eb206efa7b3b187762fb4735 Mon Sep 17 00:00:00 2001 From: Noah Axon Date: Tue, 19 Dec 2023 21:59:53 -0600 Subject: [PATCH] Update m5stick-nemo.ino Update build target to M5Stick C Plus --- m5stick-nemo.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m5stick-nemo.ino b/m5stick-nemo.ino index 2f15448..db0e46f 100644 --- a/m5stick-nemo.ino +++ b/m5stick-nemo.ino @@ -2,9 +2,9 @@ // github.com/n0xa | IG: @4x0nn // -=-=-=-=-=-=- Uncomment the platform you're building for -=-=-=-=-=-=- -//#define STICK_C_PLUS +#define STICK_C_PLUS //#define STICK_C -#define CARDPUTER +//#define CARDPUTER // -=-=- Uncommenting more than one at a time will result in errors -=-=- String buildver="2.0.2";