mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
LED on/off changes to ledStripEnabled flag
This commit is contained in:
parent
bfa79ab010
commit
a6409a030b
1 changed files with 1 additions and 2 deletions
|
@ -758,8 +758,6 @@ void updateLedStrip(void)
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
uint32_t now = micros();
|
||||
|
||||
|
@ -907,6 +905,7 @@ void ledStripEnable(void)
|
|||
static void ledStripDisable(void)
|
||||
{
|
||||
setStripColor(&hsv_black);
|
||||
|
||||
ws2811UpdateStrip();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue