2025-03-06 16:43:12 +08:00
|
|
|
choice ESPTOOLPY_FLASHFREQ
|
|
|
|
|
prompt "Flash SPI speed"
|
2025-07-18 13:35:22 +08:00
|
|
|
default ESPTOOLPY_FLASHFREQ_48M
|
|
|
|
|
config ESPTOOLPY_FLASHFREQ_48M
|
|
|
|
|
bool "48 MHz"
|
|
|
|
|
config ESPTOOLPY_FLASHFREQ_24M
|
|
|
|
|
bool "24 MHz"
|
2025-03-06 16:43:12 +08:00
|
|
|
endchoice
|