mirror of
https://github.com/wled/WLED.git
synced 2025-04-21 13:27:18 +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
79 B
JSON
6 lines
79 B
JSON
{
|
|
"name:": "sht",
|
|
"dependencies": {
|
|
"robtillaart/SHT85": "~0.3.3"
|
|
}
|
|
} |