Skip to content

Commit e80a7c6

Browse files
committed
usermod_v2_HttpPullLightControl: Add usermod object
The module instance was missing.
1 parent 309c8d6 commit e80a7c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

usermods/usermod_v2_HttpPullLightControl/usermod_v2_HttpPullLightControl.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
const char HttpPullLightControl::_name[] PROGMEM = "HttpPullLightControl";
55
const char HttpPullLightControl::_enabled[] PROGMEM = "Enable";
66

7+
static HttpPullLightControl http_pull_usermod;
8+
REGISTER_USERMOD(http_pull_usermod);
9+
710
void HttpPullLightControl::setup() {
811
//Serial.begin(115200);
912

0 commit comments

Comments
 (0)