From 313fe6ceb197021ef1c7ab303f9b631ba38228a3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 1 Jan 2026 12:51:05 -0500 Subject: [PATCH] Update config fix prints --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index c3e26acf..ff40a1c5 100755 --- a/config +++ b/config @@ -3,7 +3,6 @@ function transmit_command { echo "CubeSatSim is in Transmit Commands mode" - echo FILE=/home/pi/CubeSatSim/transmit_dtmf if [ -f "$FILE" ]; then @@ -38,6 +37,7 @@ function transmit_command { fi + echo echo "To change the mode of this CubeSatSim use config -n" exit