diff --git a/tasmota/displaydesc/M5stack_core2_display.ini b/tasmota/displaydesc/M5stack_core2_display.ini index a56b4428b..ed59f810e 100644 --- a/tasmota/displaydesc/M5stack_core2_display.ini +++ b/tasmota/displaydesc/M5stack_core2_display.ini @@ -34,6 +34,5 @@ E1,0F,00,0E,14,03,11,07,31,C1,48,08,0F,0C,31,36,0F :2,C8,00,00,02 :3,68,00,00,03 :i,21,20 -:TI2,38,22,21 -:B,60,0 +:TI2,38,22,2 # \ No newline at end of file diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index 89e295e89..710e49dcb 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -108,17 +108,20 @@ #define USE_MPU6886 #define USE_SPI #define USE_DISPLAY + #ifndef USE_UNIVERSAL_DISPLAY #define USE_DISPLAY_ILI9341 - #endif - #define JPEG_PICTS - #define USE_FT5206 #define USE_TOUCH_BUTTONS #define MAX_TOUCH_BUTTONS 16 + #endif + + #define JPEG_PICTS + #define USE_FT5206 + #define USE_SENDMAIL #define USE_ESP32MAIL -#define USE_SCRIPT // Add support for script (+17k code) +//#define USE_SCRIPT // Add support for script (+17k code) // Script related defines #ifdef USE_SCRIPT #undef USE_RULES