diff options
author | Karel Kočí <cynerd@email.cz> | 2022-12-11 11:11:18 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-12-11 11:11:18 +0100 |
commit | 000c20d71a54bd6a0914e696fc88b4161c17c45d (patch) | |
tree | 1647c69a40b47474610beca2e06847fd6fa52caa /control/state.h | |
parent | 062236c37f1e84c3a8ae10cba5b223f2ef1775f9 (diff) | |
download | bigclown-leds-000c20d71a54bd6a0914e696fc88b4161c17c45d.tar.gz bigclown-leds-000c20d71a54bd6a0914e696fc88b4161c17c45d.tar.bz2 bigclown-leds-000c20d71a54bd6a0914e696fc88b4161c17c45d.zip |
Tweak the firmware
Diffstat (limited to 'control/state.h')
-rw-r--r-- | control/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/control/state.h b/control/state.h index 5f9525f..fab1e12 100644 --- a/control/state.h +++ b/control/state.h @@ -2,6 +2,7 @@ #define _STATE_H_ enum led_mode { + MODE_SOLID_WARM, MODE_SOLID_RED, MODE_SOLID_GREEN, MODE_SOLID_BLUE, |