From e7c1a4de3682393e06321a5e67191288aa94a863 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 3 Jan 2021 10:28:55 -0500 Subject: [PATCH] added back in cpulimit --- demo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo.sh b/demo.sh index 89c96368..38aa9a74 100755 --- a/demo.sh +++ b/demo.sh @@ -16,7 +16,7 @@ if [[ ("$1" = "a" ) || (("$1" = "c") && ("$(($y %4))" = 3)) ]]; then /home/pi/CubeSatSim/radioafsk afsk elif [[ ("$1" = "b" ) || (("$1" = "c") && ("$(($y %4))" = 1)) ]]; then echo "Mode is continuous BPSK" -# sudo cpulimit -l 5 -P radioafsk & + sudo cpulimit -l 5 -P radioafsk & /home/pi/CubeSatSim/radioafsk bpsk elif [[ ("$1" = "s" ) || (("$1" = "c") && ("$(($y %4))" = 2)) ]]; then echo "Mode is continuous SSTV"