From d17a180e0ac925c79b8b4164a266c22cc8f93f42 Mon Sep 17 00:00:00 2001 From: Noah Axon Date: Thu, 21 Dec 2023 17:33:35 -0600 Subject: [PATCH] Default target Stick C Plus --- m5stick-nemo.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m5stick-nemo.ino b/m5stick-nemo.ino index 3dee953..c56dc22 100644 --- a/m5stick-nemo.ino +++ b/m5stick-nemo.ino @@ -2,8 +2,8 @@ // github.com/n0xa | IG: @4x0nn // -=-=-=-=-=-=- Uncomment the platform you're building for -=-=-=-=-=-=- -//#define STICK_C_PLUS -#define STICK_C_PLUS2 +#define STICK_C_PLUS +//#define STICK_C_PLUS2 //#define STICK_C //#define CARDPUTER // -=-=- Uncommenting more than one at a time will result in errors -=-=-