Skip to content

Commit 9fe071f

Browse files
author
gojimmypi
committed
Espressif remove pre-existing /include/user_settings.h during compile all.
1 parent f5d1cb5 commit 9fe071f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

IDE/Espressif/ESP-IDF/compileAllExamples.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ if [[ "$RUN_SETUP" == "--run-setup" ]]; then
6262
echo "Testing a build of wolfSSL in ESP-IDF components directory"
6363
echo ""
6464
for file in "test_idf"; do
65+
if [ -e "../../../include/user_settings.h" ]; then
66+
mv "../../../include/user_settings.h" "../../../include/user_settings.h.${file}.bak"
67+
fi
6568
pushd ${SCRIPT_DIR}/examples/wolfssl_${file}/ && idf.py fullclean build;
6669
THIS_ERR=$?
6770
popd

0 commit comments

Comments
 (0)