From 6403dc8fccd864a343b6961efe047b4dbe694e6e Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Sun, 12 Sep 2021 16:40:37 +0000 Subject: [PATCH] touch buttons always needed --- tasmota/tasmota_configurations_ESP32.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index 00c1dc9f5..d229e25cd 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -99,13 +99,11 @@ #else #define USE_DISPLAY_ILI9341 // [DisplayModel 4] Enable ILI9341 Tft 480x320 display (+19k code) #define USE_DISPLAY_MODES1TO5 - #define USE_TOUCH_BUTTONS #endif + #define USE_TOUCH_BUTTONS #define JPEG_PICTS #define USE_FT5206 -#define USE_LIGHT - #define USE_SENDMAIL #define USE_ESP32MAIL