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)