Set default authmode as WPA2 (977fe3b2)

This commit is contained in:
Kapil Gupta
2022-07-26 15:25:40 +05:30
parent 1cf0524060
commit 5c8283f629
40 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ for dir in esp32 esp32s2 esp32c3 esp32s3 esp32c2; do
echo "$dir does not exist"
fi
if [ -d "$dir" ]; then
chmod -x $dir/*;
cd $dir
git status libsmartconfig.a | grep "modified" >/dev/null 2>&1