Skip to content

Commit f93aa97

Browse files
authored
Update build-libs.sh
1 parent 1312c6b commit f93aa97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build-libs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ $SED -i '/CONFIG_ESP32_DEFAULT_CPU_FREQ_240/c\CONFIG_ESP32_DEFAULT_CPU_FREQ_240=
1515
$SED -i '/CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ/c\CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240' ./sdkconfig
1616

1717
# make the example
18+
make defconfig
1819
make -j8 #fixes make issue where build fails in arduino core subfolder
1920
make -j8 idf-libs || exit 1

0 commit comments

Comments
 (0)