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