Skip to content

Commit

Permalink
fix: esp32c2 incorrect SPI flash config detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzarda7 committed Jan 7, 2025
1 parent ec8d996 commit ed43e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esp_targets.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ static const esp_target_t esp_target[ESP_MAX_CHIP] = {
},
.efuse_base = 0x60008800,
.chip_magic_value = { 0x6f51306f, 0x7c41a06f, 0, 0 },
.read_spi_config = spi_config_esp32xx,
.read_spi_config = spi_config_unsupported,
.mac_efuse_offset = 0x40,
.encryption_in_begin_flash_cmd = true,
.chip_id = 12,
Expand Down

0 comments on commit ed43e0a

Please sign in to comment.