You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
str="${str:2:${#str}-1}"#remove leading space and quotes
@@ -402,13 +409,13 @@ for item; do
402
409
mkdir -p "$out_cpath$rel_p"
403
410
cp -n $f"$out_cpath$rel_p/"
404
411
done
405
-
forfin`find "$item" -name '*.inc'`;do
412
+
forfin`find "$item" -name '*.inc'`;do
406
413
rel_f=${f#*$item}
407
414
rel_p=${rel_f%/*}
408
415
mkdir -p "$out_cpath$rel_p"
409
416
cp -n $f"$out_cpath$rel_p/"
410
417
done
411
-
# Temporary measure to fix issues caused by https://github.com/espressif/esp-idf/commit/dc4731101dd567cc74bbe4d0f03afe52b7db9afb#diff-1d2ce0d3989a80830fdf230bcaafb3117f32046d16cf46616ac3d55b4df2a988R17
418
+
# Temporary measure to fix issues caused by https://github.com/espressif/esp-idf/commit/dc4731101dd567cc74bbe4d0f03afe52b7db9afb#diff-1d2ce0d3989a80830fdf230bcaafb3117f32046d16cf46616ac3d55b4df2a988R17
412
419
if [[ "$fname"=="bt"&&"$out_sub"=="/include/$IDF_TARGET/include"&&-f"$ipath/controller/$IDF_TARGET/esp_bt_cfg.h" ]];then
0 commit comments