2024-12-30 20:14:40 +08:00
|
|
|
choice ESPTOOLPY_FLASHFREQ
|
|
|
|
|
prompt "Flash SPI speed"
|
2025-07-17 16:33:53 +08:00
|
|
|
default ESPTOOLPY_FLASHFREQ_48M
|
|
|
|
|
config ESPTOOLPY_FLASHFREQ_48M
|
|
|
|
|
bool "48 MHz"
|
|
|
|
|
config ESPTOOLPY_FLASHFREQ_24M
|
|
|
|
|
bool "24 MHz"
|
2024-12-30 20:14:40 +08:00
|
|
|
endchoice
|