WLED/usermods/sht/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
79 B
JSON

{
"name:": "sht",
"dependencies": {
"robtillaart/SHT85": "~0.3.3"
}
}