From b39b7495903ce4612d34fd8576eaadf4f7f7e01a Mon Sep 17 00:00:00 2001 From: Jochen Vothknecht <jochen3120@gmail.com> Date: Wed, 30 Mar 2022 05:03:21 +0200 Subject: [PATCH] =?UTF-8?q?For=20testing=20purposes=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLC-qthing/device_main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLC-qthing/device_main.cpp b/CLC-qthing/device_main.cpp index 832fbfa..6a46045 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); -- GitLab