mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-02 06:38:47 +00:00
9 lines
216 B
Plaintext
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
|