diff --git a/wled00/button.cpp b/wled00/button.cpp index fc8cf0f3..fd6a8754 100644 --- a/wled00/button.cpp +++ b/wled00/button.cpp @@ -369,6 +369,7 @@ void handleIO() if (rlyPin>=0) { pinMode(rlyPin, OUTPUT); digitalWrite(rlyPin, rlyMde); + delay(50); // wait for relay to switch and power to stabilize } offMode = false; }