nit pick fixes and docs

This commit is contained in:
2025-07-04 10:27:10 -07:00
parent e664f6c17b
commit c9d112f3fa
3 changed files with 9 additions and 3 deletions

View File

@ -18,6 +18,7 @@ bool StateManager::initialize(AppState& app) {
// Initialize eeprom and save default patter to all save slots.
reset(app);
_saveMetadata();
// MAX_SAVE_SLOTS slot is reserved for transient state.
for (int i = 0; i <= MAX_SAVE_SLOTS; i++) {
app.selected_save_slot = i;
_saveState(app, i);