From 05d51f93fd89d7d6a9ee383c8062d02949a41217 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 8 Feb 2025 15:58:08 -0500 Subject: [PATCH] Update fctelem.sh remove read at end and kills --- groundstation/fctelem.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/groundstation/fctelem.sh b/groundstation/fctelem.sh index 20958df4..d639d818 100755 --- a/groundstation/fctelem.sh +++ b/groundstation/fctelem.sh @@ -72,11 +72,11 @@ sudo ./fctelem | python3 /home/pi/CubeSatSim/groundstation/fc_block_decode.py & # sleep 10 -read val +#read val -sudo killall -9 fctelem &>/dev/null +#sudo killall -9 fctelem &>/dev/null -sudo killall -9 python3 &>/dev/null +#sudo killall -9 python3 &>/dev/null sleep 10