for testing: add NOSLEEP build option to remove sleep mode entirely

This commit is contained in:
Joey Castillo
2025-05-29 07:16:50 -04:00
parent 9a712258f8
commit ca46cb4988
4 changed files with 19 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ typedef struct {
typedef struct {
int8_t current_page;
int8_t num_settings;
int8_t led_color_start;
settings_screen_t *settings_screens;
} settings_state_t;