From bc226e4152cd5395442388168d55d2f63e3fc8af Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 31 Aug 2021 11:02:46 -0400 Subject: [PATCH] path --- groundstation/packet.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groundstation/packet.sh b/groundstation/packet.sh index 6ee731a0..5a4dcd2d 100755 --- a/groundstation/packet.sh +++ b/groundstation/packet.sh @@ -89,8 +89,8 @@ else echo "$value" > /dev/null set -- $value -# aplay -D hw:0,0 WAV/SDRSharp_20210830_200034Z_437097377Hz_AF.wav & -# aplay -D hw:${2:0:1},0,0 WAV/SDRSharp_20210830_200034Z_437097377Hz_AF.wav & +# aplay -D hw:0,0 /home/pi/CubeSatSim/groundstation/WAV/SDRSharp_20210830_200034Z_437097377Hz_AF.wav & +# aplay -D hw:${2:0:1},0,0 /home/pi/CubeSatSim/groundstation/WAV/SDRSharp_20210830_200034Z_437097377Hz_AF.wav & aplay -D hw:0,0 /home/pi/CubeSatSim/groundstation/WAV/beacon_test_2.wav & aplay -D hw:${2:0:1},0,0 /home/pi/CubeSatSim/groundstation/WAV/beacon_test_2.wav &