Removed Firmware Load from SD during boot

This commit is contained in:
2025-10-13 17:50:25 +03:00
parent 956786321a
commit fce760ebe0

View File

@@ -68,12 +68,6 @@ bool ConfigManager::begin() {
return false; return false;
} }
// Step 4: Load device configuration from SD card (firmware version only)
if (!loadDeviceConfig()) {
LOG_INFO("ConfigManager: Creating default device config file");
saveDeviceConfig();
}
// Step 5: Load update servers list // Step 5: Load update servers list
if (!loadUpdateServers()) { if (!loadUpdateServers()) {
LOG_WARNING("ConfigManager: Could not load update servers - using fallback only"); LOG_WARNING("ConfigManager: Could not load update servers - using fallback only");