From 01067606b8b0354bee8015a1a0a6051c117c4573 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 30 Dec 2020 11:51:25 -0500 Subject: [PATCH] no cpu limit --- demo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo.sh b/demo.sh index 38aa9a74..89c96368 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"