Skip to content

Commit 80032bf

Browse files
committed
statusled: stop the blinking
1 parent c6ba1d3 commit 80032bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wled00/wled.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ void WLED::handleStatusLED()
14641464
if (ledStatusType) {
14651465
if (millis() - ledStatusLastMillis >= (1000/ledStatusType)) {
14661466
ledStatusLastMillis = millis();
1467-
#if 0
1467+
#if 1
14681468
// WLEDMM un-comment this to stop the blinking
14691469
if ((ledStatusType != 2) && (ledStatusType != 4))
14701470
ledStatusState = !ledStatusState;

0 commit comments

Comments
 (0)