From 3004e4d88e55bdc2e00f7236a2b2111e4d05fd4a Mon Sep 17 00:00:00 2001 From: Kevin Wallace Date: Sat, 25 Apr 2026 02:32:32 -0700 Subject: orca ui replica wip --- autorun.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'autorun.sh') diff --git a/autorun.sh b/autorun.sh index 4d6697c..30e0382 100644 --- a/autorun.sh +++ b/autorun.sh @@ -1,5 +1,6 @@ -#!/bin/bash -x +set -x cd "$(dirname "$0")" -#systemd-run -p StandardOutput=tty -d bin/cvend-ipp -#systemd-run -p StandardOutput=tty -d bin/pic32-ipp -systemd-run -p StandardOutput=tty -d bin/beep +stty -F /dev/ttymxc1 115200 cs8 -cstopb -parenb +# systemd-run -p StandardOutput=tty -d bin/cvend-ipp +# systemd-run -p StandardOutput=tty -d bin/pic32-ipp +systemd-run -p StandardOutput=tty -p TTYPath=/dev/ttymxc1 -d bin/orca -- cgit v1.2.3