bug fixes and symantic improvements

This commit is contained in:
2025-05-09 13:09:03 -06:00
parent 5af1bc0ef2
commit 62a35ee2a8
10 changed files with 128 additions and 104 deletions
+6 -2
View File
@@ -6,8 +6,12 @@ subprocess() {
return 0
}
ret=''
subprocess ret
if [ ! -z "$1" ]; then
ret="$1"
else
ret=''
subprocess ret
fi
export ESPTARGET="${ret}"