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

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

View File

@@ -276,3 +276,7 @@ public:
}
}
};
static UserMod_SensorsToMQTT sensors_to_mqtt;
REGISTER_USERMOD(sensors_to_mqtt);