From b4fcafd353e3e757c83c76f1c94a3df44b8d5499 Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Sat, 3 Jan 2026 23:26:57 +0100 Subject: [PATCH] Update size for Berry Animation --- tasmota/my_user_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index ad1776ffc..3c81875a3 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -623,7 +623,7 @@ // #define USE_LIGHT_ARTNET // Add support for DMX/ArtNet via UDP on port 6454 (+3.5k code) #define USE_LIGHT_ARTNET_MCAST 239,255,25,54 // Multicast address used to listen: 239.255.25.54 - // #define USE_BERRY_ANIMATION // New animation framework with dedicated language (ESP32x only, experimental, 94k not yet optimized) + // #define USE_BERRY_ANIMATION // New animation framework with dedicated language (ESP32x only, experimental, 81k not yet optimized) // #define USE_BERRY_ANIMATION_DSL // DSL transpiler for new animation framework (not mandatory if DSL is transpiled externally, +98k not optimized yet) // -- Counter input -------------------------------