From 5f0b92568ee88e77fd5c0f6b0a5dc6cb1c3769eb Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Wed, 16 Nov 2022 18:41:07 +0100 Subject: [PATCH] Add ArtNet to Tasmota32 precompiled --- tasmota/include/tasmota_configurations_ESP32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/include/tasmota_configurations_ESP32.h b/tasmota/include/tasmota_configurations_ESP32.h index 07f178f44..c9754c710 100644 --- a/tasmota/include/tasmota_configurations_ESP32.h +++ b/tasmota/include/tasmota_configurations_ESP32.h @@ -559,6 +559,7 @@ #undef USE_SHELLY_DIMMER // Disable support for Shelly Dimmer (+3k code) #define USE_LIGHT_PALETTE // Add support for color palette (+0k9 code) +#define USE_LIGHT_ARTNET // Add support for DMX/ArtNet via UDP on port 6454 (+3.5k code) #define USE_DS18x20 // Add support for DS18x20 sensors with id sort, single scan and read retry (+1k3 code)