Update config add command_control_direwolf

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

@ -75,13 +75,19 @@ if [ "$1" = "" ]; then
if [ -f "$FILE" ]; then
if [[ $(arecord -l | grep card) ]]; then
FILE=/home/pi/CubeSatSim/command_control_direwolf
if [ -f "$FILE" ]; then
echo "Radio DTMF/APRS command and control is ON"
else
echo "Radio carrier command and control is ON"
fi
else
echo "Radio carrier command and control is ON"
fi
else
echo "Radio command and control is OFF"
fi
echo
echo -n "RX PL code is: "

Loading…
Cancel
Save

Powered by TurnKey Linux.