Start working with "Night Shift" option

This commit is contained in:
Dmitry422
2025-03-26 18:51:36 +07:00
parent c86b6e4b56
commit 77865586e1
2 changed files with 93 additions and 0 deletions

View File

@@ -45,6 +45,9 @@ typedef struct {
uint32_t display_off_delay_ms;
int8_t contrast;
bool vibro_on;
float night_shift;
uint32_t night_shift_start;
uint32_t night_shift_end;
} NotificationSettings;
struct NotificationApp {