workan on da changeport

This commit is contained in:
2025-11-30 06:08:04 -07:00
parent 85bda5968d
commit 9c1fbd6432
2 changed files with 33 additions and 1 deletions
-1
View File
@@ -27,7 +27,6 @@ binDir="$ESPIDFTOOLS_INSTALLDIR/.custom_bin"
echo -e "\nChecking for Serial Devices in dmesg\n"
COUNTER=0
# devarr=()
declare -a devarr
for line in $(dmesg | tail -50 | grep -o -E "tty[A-Z]{3}[0-9]{0,2}" | sort -u); do
echo -e "$COUNTER /dev/$line"