diff options
| author | Kevin Wallace <kevin@pentabarf.net> | 2026-03-05 20:18:45 -0800 |
|---|---|---|
| committer | Kevin Wallace <kevin@pentabarf.net> | 2026-03-05 20:30:22 -0800 |
| commit | 2ef3182af5118bc170f5e42c458e2c2c16288e6c (patch) | |
| tree | a1b9d7918196aab06f6a43505616266b67fbb6d3 /autorun.sh | |
| parent | make protocol trace logging optional, default off (diff) | |
Polls PIC32 ignition button state, tells the cVEND to beep.
Diffstat (limited to 'autorun.sh')
| -rw-r--r-- | autorun.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |