mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-09-11 14:35:37 +00:00
feat(config): complete SD working configuration
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user