From 6fc06c3781f674a1d1a9eb0d46844159f950f2e2 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 1 Jan 2026 12:46:28 -0500 Subject: [PATCH] Update config fix printout --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index d9a08994..c5475b6b 100755 --- a/config +++ b/config @@ -28,7 +28,7 @@ function transmit_command { sudo rm /home/pi/CubeSatSim/t.txt > /dev/null 2>&1 echo $STRING > /home/pi/CubeSatSim/t.txt echo - echo -n "Sending APRS packet to change mode to "$2 + echo -n "Sending APRS packet to change mode to "$2" " echo $STRING sudo touch /home/pi/CubeSatSim/ready sleep 3