formatting

This commit is contained in:
2025-07-04 10:29:00 -07:00
parent c9d112f3fa
commit d705f57799
4 changed files with 34 additions and 36 deletions

View File

@ -42,7 +42,6 @@ class StateManager {
// Indicate that state has changed and we should save.
void markDirty();
// This struct holds the data that identifies the firmware version.
struct Metadata {
byte version;
@ -70,6 +69,7 @@ class StateManager {
byte selected_save_slot;
ChannelState channel_data[Gravity::OUTPUT_COUNT];
};
private:
bool _isDataValid();
void _saveMetadata();