We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f7e4b commit e3f1eceCopy full SHA for e3f1ece
main/Kconfig.projbuild
@@ -10,8 +10,8 @@ config LIB_BUILDER_FLASHFREQ
10
string
11
default "120m" if ESPTOOLPY_FLASHFREQ_120M
12
default "80m" if ESPTOOLPY_FLASHFREQ_80M
13
- default "60m" if ESPTOOLPY_FLASHFREQ_60M
14
default "64m" if ESPTOOLPY_FLASHFREQ_64M
+ default "60m" if ESPTOOLPY_FLASHFREQ_60M
15
default "40m" if ESPTOOLPY_FLASHFREQ_40M
16
default "32m" if ESPTOOLPY_FLASHFREQ_32M
17
default "30m" if ESPTOOLPY_FLASHFREQ_30M
0 commit comments