We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d755b commit d29402dCopy full SHA for d29402d
1 file changed
wled00/wled.cpp
@@ -962,6 +962,7 @@ void WLED::beginStrip()
962
if (rlyPin>=0) {
963
if (strip.isUpdating()) delay(FRAMETIME_FIXED); // WLEDMM ensure that no background led communication is happening while powering on the strip
964
digitalWrite(rlyPin, (rlyMde ? bri : !bri));
965
+ offMode = !bri; // WLEDMM quickfix for sporadic "relay does not turn on" problems
966
delay(75); // wait for relay to switch and power to stabilize
967
strip.show(); // update LEDs
968
delay(5);
0 commit comments