diff --git a/CLC-qthing/device_main.cpp b/CLC-qthing/device_main.cpp index 832fbfac8c5c7967b8c3532bb2d2e92a21049eec..6a46045eeffe91de36da586fca5a641ff864479c 100644 --- a/CLC-qthing/device_main.cpp +++ b/CLC-qthing/device_main.cpp @@ -28,6 +28,8 @@ void device_main() { cfg.apply(); + return; + ctrl = new CyanLight::CyanLightControl(1); ctrl->addChannel(26); ctrl->addChannel(25);