Update m5stick-nemo.ino

Update build target to M5Stick C Plus
This commit is contained in:
Noah Axon 2023-12-19 21:59:53 -06:00 committed by GitHub
parent 0c0dfe195d
commit 99168950ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
// github.com/n0xa | IG: @4x0nn // github.com/n0xa | IG: @4x0nn
// -=-=-=-=-=-=- Uncomment the platform you're building for -=-=-=-=-=-=- // -=-=-=-=-=-=- Uncomment the platform you're building for -=-=-=-=-=-=-
//#define STICK_C_PLUS #define STICK_C_PLUS
//#define STICK_C //#define STICK_C
#define CARDPUTER //#define CARDPUTER
// -=-=- Uncommenting more than one at a time will result in errors -=-=- // -=-=- Uncommenting more than one at a time will result in errors -=-=-
String buildver="2.0.2"; String buildver="2.0.2";