From 5eedf7a6909949a15135b201df54faf4a4cbad71 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Sat, 28 Aug 2021 18:18:53 -0300 Subject: [PATCH] Disable AC_ZERO_CROSS_DIMMER for Tasmota-Lite --- tasmota/tasmota_configurations.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/tasmota_configurations.h b/tasmota/tasmota_configurations.h index f0d71750e..e00ed0c22 100644 --- a/tasmota/tasmota_configurations.h +++ b/tasmota/tasmota_configurations.h @@ -754,6 +754,7 @@ #undef USE_THERMOSTAT // Disable support for Thermostat #undef DEBUG_THEO // Disable debug code #undef USE_DEBUG_DRIVER // Disable debug code +#undef USE_AC_ZERO_CROSS_DIMMER // Disable support for AC_ZERO_CROSS_DIMMER #endif // FIRMWARE_LITE