feat(config): complete SD working configuration

This commit is contained in:
liu weikai
2026-08-20 12:33:26 +08:00
parent a58304b3d1
commit fd093d60bc
45 changed files with 1490 additions and 2917 deletions
@@ -25,7 +25,6 @@ struct VisibilityContext
bool wifi_supported = false;
bool has_wifi_networks = false;
bool firmware_update_supported = false;
bool settings_backup_supported = false;
bool wireless_companion_supported = false;
bool mt_secondary_enabled = false;
bool mt_use_preset = false;
@@ -158,9 +158,6 @@ enum class SettingId : std::uint16_t
FwStatus,
FwCheck,
FwInstall,
SettingsBackupStatus,
SettingsBackup,
SettingsRestore,
AdvDebug,
ChatResetMesh,
ChatResetNodes,
@@ -339,7 +336,6 @@ struct SettingsData
char fw_current_version[24] = "";
char fw_latest_version[24] = "";
char fw_update_status[96] = "";
char settings_backup_status[96] = "";
bool advanced_debug_logs = false;
};