Update config add warning about no sound card if dire wolf is chosen

beta-aprs
Alan Johnston 1 year ago committed by GitHub
parent ccfd2617dc
commit feb9c80909
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -505,6 +505,11 @@ elif [ "$1" = "-d" ]; then
echo echo
echo "Change command and control Direwolf state" echo "Change command and control Direwolf state"
echo echo
if [[ $(arecord -l | grep card) ]] && [ -f "$FILE" ]; then
else
echo "Note: No USB Sound Card is plugged in!"
echo "Direwolf will not run unless one is plugged in."
fi
FILE=/home/pi/CubeSatSim/command_control_direwolf FILE=/home/pi/CubeSatSim/command_control_direwolf
if [ -f "$FILE" ]; then if [ -f "$FILE" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.