From 553b4871521b7d64dbd0988e217baf495eadc2ec Mon Sep 17 00:00:00 2001 From: Paul C Diem Date: Tue, 22 Feb 2022 06:56:20 -0600 Subject: [PATCH] Always set ignore_any_key_time on button release --- tasmota/xdrv_35_pwm_dimmer.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/xdrv_35_pwm_dimmer.ino b/tasmota/xdrv_35_pwm_dimmer.ino index 4c1c9d067..d95e5c03d 100644 --- a/tasmota/xdrv_35_pwm_dimmer.ino +++ b/tasmota/xdrv_35_pwm_dimmer.ino @@ -893,6 +893,7 @@ bool Xdrv35(uint8_t function) } else { button_unprocessed[button_index] = true; + ignore_any_key_time = now - 1; } // If the power button was just released, clear the flags associated with it.