|
|
|
|
@ -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 10 -b -P radioafsk
|
|
|
|
|
sudo cpulimit -l 2.5 -b -P radioafsk
|
|
|
|
|
/home/pi/CubeSatSim/radioafsk bpsk
|
|
|
|
|
elif [[ ("$1" = "s" ) || (("$1" = "c") && ("$(($y %4))" = 2)) ]]; then
|
|
|
|
|
echo "Mode is continuous SSTV"
|
|
|
|
|
|