1.5-dev-0

This commit is contained in:
2025-12-17 05:32:12 -07:00
parent 206b1ac82a
commit e7eaf22b30
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ if [ -z "$ESPIDTOOLS_INSTALLDIR" ]; then
echo -e "\nFAIL: ESPIDFTOOLS_INSTALLDIR environment variable not found!\nReinstall via script or manually add to ~/.bashrc\n"
fi
binDir="$ESPIDFTOOLS_INSTALLDIR/.custom_bin"
binDir="$ESPDIR/.custom_bin"
echo -e "\nChecking for Serial Devices in dmesg\n"
COUNTER=0