usermod_v2_HttpPullLightControl: Add usermod object

The module instance was missing.
This commit is contained in:
Will Miles 2025-05-24 23:15:36 -04:00
parent 309c8d67f3
commit e80a7c6b75

View File

@ -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);