From 24a39f38a04dfb2c47dc8f610399ea841ded8abe Mon Sep 17 00:00:00 2001 From: Barbudor Date: Sun, 18 Apr 2021 23:15:25 +0200 Subject: [PATCH] comment back DEBUG_LIGHT --- tasmota/xdrv_04_light.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_04_light.ino b/tasmota/xdrv_04_light.ino index 503e4c2dc..702cc353e 100644 --- a/tasmota/xdrv_04_light.ino +++ b/tasmota/xdrv_04_light.ino @@ -122,7 +122,7 @@ \*********************************************************************************************/ #define XDRV_04 4 - #define DEBUG_LIGHT +// #define DEBUG_LIGHT enum LightSchemes { LS_POWER, LS_WAKEUP, LS_CYCLEUP, LS_CYCLEDN, LS_RANDOM, LS_MAX };