Update command add test for command_control_direwolf

pull/323/head
Alan Johnston 1 year ago committed by GitHub
parent 0accaf48ea
commit 8b938a7ab8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,9 +19,8 @@ sleep 20
exit 1
fi
# if [[ $(grep 'dtparam=audio=on' /boot/config.txt) ]]; then
if [[ $(arecord -l | grep card) ]]; then
FILE=/home/pi/CubeSatSim/command_control_direwolf
if [[ $(arecord -l | grep card) ]] && [ -f "$FILE" ]; then
echo "Starting direwolf"

Loading…
Cancel
Save

Powered by TurnKey Linux.