Removed Firmware Load from SD during boot
This commit is contained in:
@@ -67,12 +67,6 @@ bool ConfigManager::begin() {
|
||||
LOG_ERROR("ConfigManager: SD Card initialization failed, using defaults");
|
||||
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
|
||||
if (!loadUpdateServers()) {
|
||||
|
||||
Reference in New Issue
Block a user