Added manual mode and time mode settings.

This commit is contained in:
Author glitchrain
2024-12-15 01:07:28 -08:00
committed by s.aydarov
parent 7861a6d207
commit 031a19b107
6 changed files with 154 additions and 128 deletions

View File

@@ -6,7 +6,8 @@ enum DeviceMode
RUN = 0,
SETTINGS_MODE,
SETTINGS_BRIGHTNESS,
SETTINGS_TIME,
SETTINGS_TIME_SWITCH,
SETTINGS_TIME_MODE,
TEST
};
@@ -22,7 +23,7 @@ enum TimeMode
{
CONST = 0,
MANUAL,
DECREASING
DECREASING // not implemented
};
#endif