Add white to flash color palette

This commit is contained in:
Tretzi
2026-04-15 18:16:40 -05:00
parent ba4986e8c5
commit 138da56024
3 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ package solutions.tretter.mindmachine.session
enum class FlashPaletteColor {
BLACK,
WHITE,
RED,
GREEN,
YELLOW,