From b35672c7e88b2c95f9ca77e13d5218f7a4c8ed95 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 15 Apr 2021 15:32:39 +0200 Subject: [PATCH] Fix M5Core2 binary settings --- tasmota/tasmota_configurations_ESP32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index 13f2ad269..f9182196d 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -104,7 +104,7 @@ #define USE_MPU6886 #define USE_SPI #define USE_DISPLAY - #define USE_DISPLAY_ILI9342 + #define USE_DISPLAY_ILI9341 #define JPEG_PICTS #define USE_FT5206 #define USE_TOUCH_BUTTONS @@ -112,7 +112,7 @@ #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