Update size for Berry Animation

This commit is contained in:
s-hadinger
2026-01-03 23:26:57 +01:00
committed by GitHub
parent 18943139f8
commit b4fcafd353

View File

@@ -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 -------------------------------