Update command search for USB Audio Device

pull/327/head
Alan Johnston 1 year ago committed by GitHub
parent e4f5b2b091
commit 73a36349c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -28,7 +28,7 @@ echo "Waiting 20 seconds for USB"
sleep 20 sleep 20
FILE=/home/pi/CubeSatSim/command_control_direwolf FILE=/home/pi/CubeSatSim/command_control_direwolf
if [[ $(arecord -l | grep card) ]] && [ -f "$FILE" ]; then if [[ $(arecord -l | grep "USB Audio Device") ]] && [ -f "$FILE" ]; then
echo "Starting Direwolf DTMF and APRS Command and Control" echo "Starting Direwolf DTMF and APRS Command and Control"

Loading…
Cancel
Save

Powered by TurnKey Linux.