Convert usermods from header to library
This commit is contained in:
@@ -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);
|
||||
9
usermods/EleksTube_IPS/library.json
Normal file
9
usermods/EleksTube_IPS/library.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name:": "EleksTube_IPS",
|
||||
"build": {
|
||||
"srcDir": ".",
|
||||
"includeDir": "../../wled00",
|
||||
"libLDFMode": "chain+",
|
||||
"libArchive": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user