mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
changed rc mode to BOXLEDLOW
This commit is contained in:
parent
48bd7c1e19
commit
0da650b5bd
1 changed files with 1 additions and 1 deletions
|
@ -741,7 +741,7 @@ void updateLedStrip(void)
|
|||
return;
|
||||
}
|
||||
|
||||
if ( IS_RC_MODE_ACTIVE(BOXLLIGHTS)){
|
||||
if ( IS_RC_MODE_ACTIVE(BOXLEDLOW)){
|
||||
ledStripDisable();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue