Tasmota/lib/libesp32/berry_animation/library.json
s-hadinger ca934bae33
Preview of Berry animation framework (#23740)
* Preview of Berry animation framework

* fix comet and compilation for safeboot
2025-08-01 18:02:02 +02:00

16 lines
428 B
JSON

{
"name": "Berry Animation Framework",
"version": "1.0.0",
"description": "Comprehensive LED animation framework for Tasmota Berry",
"license": "MIT",
"homepage": "https://github.com/arendst/Tasmota",
"frameworks": "arduino",
"platforms": "espressif32",
"authors": {
"name": "Tasmota Team",
"maintainer": true
},
"build": {
"flags": [ "-I$PROJECT_DIR/include", "-includetasmota_options.h" ]
}
}