WLED/usermods/PWM_fan/library.json
Will Miles 7a40ef74c6 Fix up PWM_fan
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.
2025-01-31 23:59:37 +00:00

6 lines
77 B
JSON

{
"name:": "PWM_fan",
"build": {
"extraScript": "setup_deps.py"
}
}