Removed Firmware Load from SD during boot
This commit is contained in:
@@ -68,12 +68,6 @@ bool ConfigManager::begin() {
|
||||
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()) {
|
||||
LOG_WARNING("ConfigManager: Could not load update servers - using fallback only");
|
||||
|
||||
Reference in New Issue
Block a user