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

@@ -156,3 +156,7 @@ class ElekstubeIPSUsermod : public Usermod {
const char ElekstubeIPSUsermod::_name[] PROGMEM = "EleksTubeIPS";
const char ElekstubeIPSUsermod::_tubeSeg[] PROGMEM = "tubeSegment";
const char ElekstubeIPSUsermod::_digitOffset[] PROGMEM = "digitOffset";
static ElekstubeIPSUsermod elekstube_ips;
REGISTER_USERMOD(elekstube_ips);

View File

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