Update config add c&c DTMF/APRS or carrier listing

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

@ -73,7 +73,11 @@ if [ "$1" = "" ]; then
FILE=/home/pi/CubeSatSim/command_control
if [ -f "$FILE" ]; then
echo "Radio command and control is ON"
if [[ $(arecord -l | grep card) ]]; then
echo "Radio DTMF/APRS command and control is ON"
else
echo "Radio carrier command and control is ON"
else
echo "Radio command and control is OFF"
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.