Skip to content

Commit d97e0ed

Browse files
Added config to detect lib_builder is used. (#100)
1 parent bc7448f commit d97e0ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main/Kconfig.projbuild

+4
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ config LIB_BUILDER_FLASHFREQ
1313
default "40m" if ESPTOOLPY_FLASHFREQ_40M
1414
default "26m" if ESPTOOLPY_FLASHFREQ_26M
1515
default "20m" if ESPTOOLPY_FLASHFREQ_20M
16+
17+
config LIB_BUILDER_COMPILE
18+
bool
19+
default y

0 commit comments

Comments
 (0)