Add persistent configuration storage

This commit is contained in:
2026-06-04 01:25:05 -06:00
parent 6e604228f1
commit 53c4f8e189
3 changed files with 141 additions and 33 deletions
@@ -37,4 +37,7 @@ struct AppConfig {
extern AppConfig appConfig;
void loadDefaultConfig();
void loadConfig();
void saveConfig();
void factoryResetConfig();
void printConfig();