From 7895086d5ed00a687d3909bd5260c346649b0623 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 18 Jun 2021 16:16:08 +0200 Subject: [PATCH] #define USE_WS2812 for lvgl build --- 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 e21fc259e..b099d1494 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -232,6 +232,8 @@ #undef USE_EMULATION_WEMO //#undef USE_EMULATION_HUE +#define USE_WS2812 + #define USE_DS18x20 // Add support for DS18x20 sensors with id sort, single scan and read retry (+1k3 code) #undef USE_ENERGY_SENSOR