Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
14.87k stars 3.2k forks source link

Button 0 and 1 has bigger delay than 2, 3 #4207

Open Andro-Marian opened 2 weeks ago

Andro-Marian commented 2 weeks ago

What happened?

When having a button action on the BTN 0 and 1 the action is not instant than 2,3.

To Reproduce Bug

Set a push button for the 1. Configure a relay for the button 1. Press one time the button.

Expected Behavior

The reaction of the relay should be instant like the button 2 and 3.

Install Method

Binary from WLED.me

What version of WLED?

0.14.4, 0.15.0-b6

Which microcontroller/board are you seeing the problem on?

ESP32

Relevant log/trace output

No response

Anything else?

No response

Code of Conduct

DedeHai commented 2 weeks ago

WDYM "Configure a relay for the button 1" ?

Andro-Marian commented 2 weeks ago

MultyRelay usermod

DedeHai commented 1 week ago

any other info we need to know? imagine I would want to reproduce your error from scratch.

Andro-Marian commented 1 week ago

image image image

{"0":{},"1":{"MultiRelay":{"relay":1,"on":"t"},"n":"Relay 1"},"2":{"MultiRelay":{"relay":2,"on":"t"},"n":"Relay"}}

If setting the button directly on the relay setting this delay is for every button, not only 0, 1. image

Andro-Marian commented 1 week ago

https://drive.google.com/file/d/1jbD8PayofCT7xEVIYdvsiTWzcmFMlRmo/view?usp=sharing

Here a little video compared to No-Delay and the Delayed one.