statusled: stop the blinking
This commit is contained in:
@@ -1464,7 +1464,7 @@ void WLED::handleStatusLED()
|
|||||||
if (ledStatusType) {
|
if (ledStatusType) {
|
||||||
if (millis() - ledStatusLastMillis >= (1000/ledStatusType)) {
|
if (millis() - ledStatusLastMillis >= (1000/ledStatusType)) {
|
||||||
ledStatusLastMillis = millis();
|
ledStatusLastMillis = millis();
|
||||||
#if 0
|
#if 1
|
||||||
// WLEDMM un-comment this to stop the blinking
|
// WLEDMM un-comment this to stop the blinking
|
||||||
if ((ledStatusType != 2) && (ledStatusType != 4))
|
if ((ledStatusType != 2) && (ledStatusType != 4))
|
||||||
ledStatusState = !ledStatusState;
|
ledStatusState = !ledStatusState;
|
||||||
|
|||||||
Reference in New Issue
Block a user