workan on da changeport

This commit is contained in:
2025-11-30 05:55:13 -07:00
parent 05d1ca2d43
commit 51881f8579
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -19,16 +19,15 @@ function subprocess() {
fi
sel=$tty+1
eval "$1=${devarr[$sel]}"
ret="${devarr[$sel]}"
return 0
}
if [ ! -z "$1" ]; then
ret="$1"
else
ret=''
subprocess ret
ret=""
subprocess
fi
export ESPPORT="$ret"
Executable → Regular
View File