From 3333875308c3f1623ea25a0d9561c7061e735b1c Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 12 Sep 2021 18:19:46 +0200 Subject: [PATCH] Fix compile error when using lvgl driver --- tasmota/tasmota_configurations_ESP32.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index 2913667b0..00c1dc9f5 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -104,6 +104,8 @@ #define JPEG_PICTS #define USE_FT5206 +#define USE_LIGHT + #define USE_SENDMAIL #define USE_ESP32MAIL