From e3f0445a5dfb0cff956e8457087f2a866710307b Mon Sep 17 00:00:00 2001 From: stefanbode Date: Thu, 24 Nov 2022 13:56:34 +0100 Subject: [PATCH] fix duplicate line --- tasmota/tasmota_xdrv_driver/xdrv_04_light_utils.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_04_light_utils.ino b/tasmota/tasmota_xdrv_driver/xdrv_04_light_utils.ino index 1a4412962..11c8359ba 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_04_light_utils.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_04_light_utils.ino @@ -42,7 +42,6 @@ const gamma_table_t ac_dimmer_table[] = { // don't put in PROGMEM for performa { 99, 936 }, { 100, 1000 }, { 0xFFFF, 0xFFFF } // fail-safe if out of range - { 0xFFFF, 0xFFFF } // fail-safe if out of range }; const gamma_table_t gamma_table[] = { // don't put in PROGMEM for performance reasons