Files
esp-idf/components/spi_flash/esp32h4/Kconfig.flash_freq

9 lines
216 B
Plaintext

choice ESPTOOLPY_FLASHFREQ
prompt "Flash SPI speed"
default ESPTOOLPY_FLASHFREQ_48M
config ESPTOOLPY_FLASHFREQ_48M
bool "48 MHz"
config ESPTOOLPY_FLASHFREQ_24M
bool "24 MHz"
endchoice