mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 08:46:34 +00:00
usermod_v2_HttpPullLightControl: Add usermod object
The module instance was missing.
This commit is contained in:
parent
309c8d67f3
commit
e80a7c6b75
@ -4,6 +4,9 @@
|
||||
const char HttpPullLightControl::_name[] PROGMEM = "HttpPullLightControl";
|
||||
const char HttpPullLightControl::_enabled[] PROGMEM = "Enable";
|
||||
|
||||
static HttpPullLightControl http_pull_usermod;
|
||||
REGISTER_USERMOD(http_pull_usermod);
|
||||
|
||||
void HttpPullLightControl::setup() {
|
||||
//Serial.begin(115200);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user