update wifi lib(f1a4d273)

This commit is contained in:
jack
2022-12-06 17:30:37 +08:00
committed by Kapil Gupta
parent 5596acc7bc
commit fc637b2fc8
34 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ check_lib_reversion:
- for dir in esp32 esp32s2 esp32s3 esp32c3; do if [ -e $dir/libwps.a ]; then exit 1; fi; done; - for dir in esp32 esp32s2 esp32s3 esp32c3; do if [ -e $dir/libwps.a ]; then exit 1; fi; done;
- for dir in esp32 esp32s2 esp32s3 esp32c3; do if [ -e $dir/libwpa.a ]; then exit 1; fi; done; - for dir in esp32 esp32s2 esp32s3 esp32c3; do if [ -e $dir/libwpa.a ]; then exit 1; fi; done;
- for dir in esp32 esp32s2 esp32s3 esp32c3; do if [ -e $dir/libwpa2.a ]; then exit 1; fi; done; - for dir in esp32 esp32s2 esp32s3 esp32c3; do if [ -e $dir/libwpa2.a ]; then exit 1; fi; done;
- for dir in esp32 esp32s2 esp32s3 esp32c3; do cd $dir; for filename in *; do if [[ -x "$file" ]]; then echo "Execute permissions for $dir/$filename"; exit 1; fi; done; cd .. ; done
push_master_to_github: push_master_to_github:
stage: deploy stage: deploy

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -12,6 +12,7 @@ for dir in esp32 esp32s2 esp32c3 esp32s3; do
echo "$dir does not exist" echo "$dir does not exist"
fi fi
if [ -d "$dir" ]; then if [ -d "$dir" ]; then
chmod -x $dir/*;
cd $dir cd $dir
git status libphy.a | grep "modified" >/dev/null 2>&1 git status libphy.a | grep "modified" >/dev/null 2>&1
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then