diff --git a/pacsatsim.sh b/pacsatsim.sh index eb122c82..76e37d1c 100755 --- a/pacsatsim.sh +++ b/pacsatsim.sh @@ -189,12 +189,14 @@ else # direwolf -P+ -D1 -qd -dp -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf-pacsatsim-loopback.conf -t 0 & - /usr/bin/x-terminal-emulator --geometry=120x40 -e "/home/pi/CubeSatSim/pacsatsim-df.sh" + # /usr/bin/x-terminal-emulator --geometry=120x40 -e "/home/pi/CubeSatSim/pacsatsim-df.sh" + + /home/pi/CubeSatSim/pacsatsim-df.sh & # arecord -D plughw:CARD=Loopback,DEV=1 -f S16_LE -r 48000 -c 1 | csdr convert_s16_f | csdr gain_ff 14000 | csdr convert_f_samplerf 20833 | sudo rpitx -i- -m RF -f 434900 & ## arecord -D plughw:CARD=Loopback,DEV=1 -f S16_LE -r 48000 -c 1 | csdr convert_s16_f | csdr gain_ff 4000 | csdr convert_f_samplerf 20833 | sudo rpitx -i- -m RF -f 434900 & - echo "Don't close the direwolf window or the Pacsatsim will stop running." +## echo "Don't close the direwolf window or the Pacsatsim will stop running." echo fi