re-add the missing definition for PLUS
This commit is contained in:
parent
14b55df968
commit
7956108f7e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue