We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7448f commit d97e0edCopy full SHA for d97e0ed
main/Kconfig.projbuild
@@ -13,3 +13,7 @@ config LIB_BUILDER_FLASHFREQ
13
default "40m" if ESPTOOLPY_FLASHFREQ_40M
14
default "26m" if ESPTOOLPY_FLASHFREQ_26M
15
default "20m" if ESPTOOLPY_FLASHFREQ_20M
16
+
17
+config LIB_BUILDER_COMPILE
18
+ bool
19
+ default y
0 commit comments