fixed ledstrip warning overlay - line 708 back again
This commit is contained in:
parent
cfc38960f2
commit
2537416142
|
@ -705,6 +705,7 @@ static void applyLedWarningLayer(bool updateNow, uint32_t *timer)
|
|||
default:;
|
||||
}
|
||||
}
|
||||
if (warningColor)
|
||||
applyLedHsv(LED_MOV_OVERLAY(LED_FLAG_OVERLAY(LED_OVERLAY_WARNING)), warningColor);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue