Skip to content

Commit bf7175b

Browse files
committed
disabled chimera core
1 parent 8068fba commit bf7175b

File tree

1 file changed

+10
-10
lines changed
  • examples/M5Stack-SD-Menu

1 file changed

+10
-10
lines changed

examples/M5Stack-SD-Menu/core.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
//#include <FFat.h>
44
#include <SD.h>
55

6-
#define ECC_NO_PRAGMAS // turn ESP32-Chimera-Core's pragma messages off
7-
#define ECC_NO_SCREENSHOT // comment this out to take screenshots
8-
#define ECC_NO_SPEAKER // comment this out to use audio
9-
#define ECC_NO_NVSUTILS
10-
#define ECC_NO_POWER
11-
#define ECC_NO_MPU
12-
#define ECC_NO_RTC
13-
#include <ESP32-Chimera-Core.h> // use LGFX display autodetect
14-
15-
//#include <M5Unified.h>
6+
// #define ECC_NO_PRAGMAS // turn ESP32-Chimera-Core's pragma messages off
7+
// #define ECC_NO_SCREENSHOT // comment this out to take screenshots
8+
// #define ECC_NO_SPEAKER // comment this out to use audio
9+
// #define ECC_NO_NVSUTILS
10+
// #define ECC_NO_POWER
11+
// #define ECC_NO_MPU
12+
// #define ECC_NO_RTC
13+
// #include <ESP32-Chimera-Core.h> // use LGFX display autodetect
14+
15+
#include <M5Unified.h>
1616

1717
#include <ESP32-targz.h> // optional: https://github.com/tobozo/ESP32-targz
1818
#define SDU_NO_PRAGMAS // turn M5StackUpdater's pragma messages off

0 commit comments

Comments
 (0)