We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1312c6b commit f93aa97Copy full SHA for f93aa97
tools/build-libs.sh
@@ -15,5 +15,6 @@ $SED -i '/CONFIG_ESP32_DEFAULT_CPU_FREQ_240/c\CONFIG_ESP32_DEFAULT_CPU_FREQ_240=
15
$SED -i '/CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ/c\CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240' ./sdkconfig
16
17
# make the example
18
+make defconfig
19
make -j8 #fixes make issue where build fails in arduino core subfolder
20
make -j8 idf-libs || exit 1
0 commit comments