move git hash to end of settings

This commit is contained in:
Joey Castillo
2025-07-06 11:27:05 -04:00
parent 406e5a7f2b
commit 976fd3248b
2 changed files with 8 additions and 6 deletions

View File

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