Files
sunnypilot/tools/serial/connect.sh
Adeeb Shihadeh 6e163fa568 faster connect
old-commit-hash: a20ebd16a2
2021-09-22 12:31:48 -07:00

9 lines
128 B
Bash
Executable File

#!/bin/bash
while true; do
if ls /dev/ttyUSB* 2> /dev/null; then
sudo screen /dev/ttyUSB* 115200
fi
sleep 0.005
done