re-add the missing definition for PLUS

This commit is contained in:
Noah Axon 2023-10-28 17:55:52 -05:00
parent 14b55df968
commit 7956108f7e
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
// Nemo Firmware for the M5 Stack Stick C Plus // Nemo Firmware for the M5 Stack Stick C Plus
// github.com/n0xa | IG: @4x0nn // github.com/n0xa | IG: @4x0nn
#define PLUS
#if defined(PLUS) #if defined(PLUS)
#include <M5StickCPlus.h> #include <M5StickCPlus.h>
#define BIG_TEXT 4 #define BIG_TEXT 4