From a05b584769003fc62545033eeaca9d3f98f7902c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 2 Jul 2024 08:04:57 -0400 Subject: [PATCH] Update config add c&c DTMF/APRS or carrier listing --- config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config b/config index 5f103d62..12394467 100755 --- a/config +++ b/config @@ -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