mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
fix(ota): Fix the OTA from old to V3 read flash size error
This commit is contained in:
@ -613,7 +613,6 @@ bool bootloader_utility_load_partition_table(bootloader_state_t* bs)
|
||||
bootloader_munmap(partitions);
|
||||
|
||||
#ifdef CONFIG_ESP8266_OTA_FROM_OLD
|
||||
ESP_LOGI(TAG, "Copy firmware ...");
|
||||
if (esp_patition_table_init_data(bs)) {
|
||||
ESP_LOGE(TAG,"Failed to update partition data");
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user