From 0accaf48ea7ca9994fa1f23f4ab55ca9a0050383 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 2 Jul 2024 11:37:12 -0400 Subject: [PATCH] Update config add command_control_direwolf --- config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config b/config index 7eb5db72..40ac1e1a 100755 --- a/config +++ b/config @@ -75,13 +75,19 @@ if [ "$1" = "" ]; then if [ -f "$FILE" ]; then if [[ $(arecord -l | grep card) ]]; then - echo "Radio DTMF/APRS command and control is ON" + 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: "