From a91b77f3f822fa2abe21653d635951e960f5a3a3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 16 Jul 2024 15:43:51 -0400 Subject: [PATCH] Update config -o resume --- config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config b/config index ccbfb306..440d28e0 100755 --- a/config +++ b/config @@ -1130,7 +1130,9 @@ elif [ "$1" = "-o" ]; then if [ "$reset" = "y" ] || [ "$reset" = "yes" ] ; then echo "Turn beacon telemetry ON" sudo rm /home/pi/CubeSatSim/beacon_off > /dev/null 2>&1 - sudo systemctl restart rpitx + sudo systemctl stop rpitx + sudo python3 -u /home/pi/CubeSatSim/rpitx.py s & > /dev/null 2>&1 + # restart=1 fi