1.5-dev-0

This commit is contained in:
2025-11-30 06:13:52 -07:00
parent 40df0e5fd1
commit 0a6abf36ca
+1 -1
View File
@@ -22,7 +22,7 @@ done
if [ $COUNTER -gt 0 ]; then if [ $COUNTER -gt 0 ]; then
echo -e "\nEnter TTY Number You'd Like:" echo -e "\nEnter TTY Number You'd Like:"
read tty read tty
ttyselect="${devarr[$(($tty + 1))]}" ttyselect="${devarr[$tty]}"
else else
echo -e "\nNo Serial Devices Found, Select one later with 'changeport'\n" echo -e "\nNo Serial Devices Found, Select one later with 'changeport'\n"
fi fi