mirror of
https://github.com/wled/WLED.git
synced 2025-04-19 12:27:17 +00:00

Use a custom setup script to check for the dependencies and pass along the required compile flags to the module; also split the object definitions for the target modules from their source so as to allow #including them.
6 lines
77 B
JSON
6 lines
77 B
JSON
{
|
|
"name:": "PWM_fan",
|
|
"build": {
|
|
"extraScript": "setup_deps.py"
|
|
}
|
|
} |