mirror of
https://github.com/justLV/onju-v2
synced 2026-04-21 15:47:55 +00:00
Change tap LED from green to white for consistency
This commit is contained in:
parent
fcc2ef284b
commit
4f0fbaafda
1 changed files with 1 additions and 1 deletions
|
|
@ -1206,7 +1206,7 @@ void handleShortPress()
|
|||
}
|
||||
else
|
||||
{
|
||||
setLed(0, 255, 30, 255, 10);
|
||||
setLed(255, 255, 255, 255, 8); // white flash = mic re-activated
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue