Convert usermods from header to library

This commit is contained in:
Will Tatam
2025-01-11 21:14:20 +00:00
parent 71b0e8e937
commit 90b18158fc
75 changed files with 490 additions and 14 deletions

View File

@@ -0,0 +1,9 @@
{
"name:": "wizlights",
"build": {
"srcDir": ".",
"includeDir": "../../wled00",
"libLDFMode": "chain+",
"libArchive": false
}
}

View File

@@ -156,3 +156,7 @@ class WizLightsUsermod : public Usermod {
uint16_t getId(){return USERMOD_ID_WIZLIGHTS;}
};
static WizLightsUsermod wizlights;
REGISTER_USERMOD(wizlights);