From d155f730a0dbbed5f6ef8ea6b1183a6a996caeab Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 27 Feb 2024 10:44:54 -0500 Subject: [PATCH] Update config cleanup --- config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config b/config index e3a40b49..2a226ba8 100755 --- a/config +++ b/config @@ -455,6 +455,7 @@ elif [ "$1" = "-T" ]; then FILE=/home/pi/CubeSatSim/command_control if [ -f "$FILE" ]; then echo "Radio command and control is ON" + echo echo "Do you want to turn command and control to OFF (y/n) " read reset echo @@ -469,7 +470,8 @@ elif [ "$1" = "-T" ]; then else echo "Radio command and control is OFF" - echo "Do you want to set beacon transmit to ON (y/n) " + echo + echo "Do you want to set command and control to ON (y/n) " read reset echo