bug fixes pre release version

This commit is contained in:
2025-05-09 14:24:08 -06:00
parent 4579bd6c90
commit baaaf0c0cc
11 changed files with 92 additions and 136 deletions
+6 -2
View File
@@ -14,8 +14,12 @@ subprocess() {
return $selection
}
subprocess
ret=$?
if [ ! -z $1 ]; then
ret="$1"
else
ret=''
subprocess ret
fi
export ESPBAUD=$ret
echo "\nBaudrate set to $ESPBAUD\n"