From 629315f348f3025fd0574232464e7909f849dd74 Mon Sep 17 00:00:00 2001 From: Maddox Werts Date: Tue, 27 Aug 2024 23:26:11 -0400 Subject: [PATCH] Allowed TTY connection --- scripts/tty.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/tty.sh diff --git a/scripts/tty.sh b/scripts/tty.sh new file mode 100755 index 0000000..5c34e54 --- /dev/null +++ b/scripts/tty.sh @@ -0,0 +1,3 @@ +clear +echo "Press CTRL + A, Q to quit." +minicom -D /dev/ttyACM0 -b 230400 \ No newline at end of file