Convert usermods from header to library

This commit is contained in:
Will Tatam
2025-01-11 21:42:41 +00:00
parent a5575bc3a0
commit 6e76a72d78
32 changed files with 208 additions and 4 deletions

View File

@@ -279,3 +279,7 @@ const char Usermod_MAX17048::_enabled[] PROGMEM = "enabled";
const char Usermod_MAX17048::_maxReadInterval[] PROGMEM = "max-read-interval-ms";
const char Usermod_MAX17048::_minReadInterval[] PROGMEM = "min-read-interval-ms";
const char Usermod_MAX17048::_HomeAssistantDiscovery[] PROGMEM = "HomeAssistantDiscovery";
static Usermod_MAX17048 max17048_v2;
REGISTER_USERMOD(max17048_v2);

View File

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