Change tap LED from green to white for consistency

This commit is contained in:
justLV 2026-04-08 14:02:23 -07:00
parent fcc2ef284b
commit 4f0fbaafda

View file

@ -1206,7 +1206,7 @@ void handleShortPress()
}
else
{
setLed(0, 255, 30, 255, 10);
setLed(255, 255, 255, 255, 8); // white flash = mic re-activated
}
}
}