roll back text const. remove bootsplash. add rotate disp to metadata.

This commit is contained in:
2025-08-09 19:42:53 -07:00
parent c3c0b39378
commit 675ab20267
4 changed files with 32 additions and 69 deletions

View File

@ -52,11 +52,12 @@ class StateManager {
// This struct holds the data that identifies the firmware version.
struct Metadata {
char sketch_name[16];
char version[16];
char sketch_name[12];
char version[5];
// Additional global/hardware settings
byte selected_save_slot;
bool encoder_reversed;
bool rotate_display;
};
struct ChannelState {
byte base_clock_mod_index;