mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
choice ESPTOOLPY_FLASHFREQ
|
|
prompt "Flash SPI speed"
|
|
default ESPTOOLPY_FLASHFREQ_64M
|
|
config ESPTOOLPY_FLASHFREQ_64M
|
|
bool "64 MHz"
|
|
config ESPTOOLPY_FLASHFREQ_32M
|
|
bool "32 MHz"
|
|
config ESPTOOLPY_FLASHFREQ_16M
|
|
bool "16 MHz"
|
|
endchoice
|