From 19b010891deb10d2c7fc215f469e58f636e81b21 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 23 Apr 2022 11:47:55 +0200 Subject: [PATCH] USE_NETWORK_LIGHT_SCHEMES for ESP32x since it is often used with the C3. --- tasmota/my_user_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index e55c5eda4..c934ffde7 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -1015,6 +1015,8 @@ #define USE_ADC // Add support for ADC on GPIO32 to GPIO39 +#define USE_NETWORK_LIGHT_SCHEMES // Add support for light schemes via DDP (via UDP on port 4048) + //#define USE_SPI // Add support for hardware SPI //#define USE_MI_ESP32 // Add support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash) //#define USE_BLE_ESP32 // Add support for ESP32 as a BLE-bridge (+9k2? mem, +292k? flash)