faster connect

old-commit-hash: a20ebd16a24f5638abc9d7a6fd08acf43f4b814a
This commit is contained in:
Adeeb Shihadeh
2021-09-22 12:31:22 -07:00
parent 0f3b5ba1dd
commit 6e163fa568

View File

@@ -4,5 +4,5 @@ while true; do
if ls /dev/ttyUSB* 2> /dev/null; then
sudo screen /dev/ttyUSB* 115200
fi
sleep 0.1
sleep 0.005
done