@ -79,7 +79,14 @@ else
echo "$value" > /dev/null
set -- $value
rtl_fm -M fm -f 435M -s 48k | aplay -D plughw:${2:0:1},0,0 -r 48000 -t raw -f S16_LE -c 1 &
value=`cat /home/pi/CubeSatSim/sim.cfg`
echo "Current value of rx is"
echo $8
rtl_fm -M fm -f $8M -s 48k | aplay -D plughw:${2:0:1},0,0 -r 48000 -t raw -f S16_LE -c 1 &
if [ "$debug" = "1" ]; then
Powered by TurnKey Linux.