From 2ef3182af5118bc170f5e42c458e2c2c16288e6c Mon Sep 17 00:00:00 2001 From: Kevin Wallace Date: Thu, 5 Mar 2026 20:18:45 -0800 Subject: beep when you press the button Polls PIC32 ignition button state, tells the cVEND to beep. --- autorun.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'autorun.sh') diff --git a/autorun.sh b/autorun.sh index c67c48f..4d6697c 100644 --- a/autorun.sh +++ b/autorun.sh @@ -1,4 +1,5 @@ #!/bin/bash -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/cvend-ipp +#systemd-run -p StandardOutput=tty -d bin/pic32-ipp +systemd-run -p StandardOutput=tty -d bin/beep -- cgit v1.2.3