We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d1cb5 commit 9fe071fCopy full SHA for 9fe071f
1 file changed
IDE/Espressif/ESP-IDF/compileAllExamples.sh
@@ -62,6 +62,9 @@ if [[ "$RUN_SETUP" == "--run-setup" ]]; then
62
echo "Testing a build of wolfSSL in ESP-IDF components directory"
63
echo ""
64
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
68
pushd ${SCRIPT_DIR}/examples/wolfssl_${file}/ && idf.py fullclean build;
69
THIS_ERR=$?
70
popd
0 commit comments