diff --git a/idf_component.yml b/idf_component.yml index a60eda6..777b813 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,3 +1,3 @@ -version: "0.0.9" +version: "0.0.10" description: Serial flasher component provides portable library for flashing or loading ram loadble app to Espressif SoCs from other host microcontroller url: https://github.com/espressif/esp-serial-flasher diff --git a/src/esp_targets.c b/src/esp_targets.c index 2d47732..8764d23 100644 --- a/src/esp_targets.c +++ b/src/esp_targets.c @@ -133,7 +133,7 @@ static const esp_target_t esp_target[ESP_MAX_CHIP] = { .miso_dlen = ESP32xx_SPI_REG_BASE + 0x28, }, .efuse_base = 0x60008800, - .chip_magic_value = { 0x6f51306f, 0 }, + .chip_magic_value = { 0x6f51306f, 0x7c41a06f }, .read_spi_config = spi_config_esp32xx, }, // ESP32H4