0_txmire 349 B

123456789101112131415161718
  1. #!/bin/bash
  2. source ~/BallonSonde/variables.sh
  3. source ~/BallonSonde/functions.sh
  4. touch /ramfs/.canbetx
  5. cp /home/pi/BallonSonde/sound/mire.wav /ramfs/totx.wav
  6. # Old version stylez
  7. # Setup the GPIO4 as output for Tx
  8. ptt_on
  9. sleep 1
  10. echo " => Playing WAV file"
  11. #cd ~/trxamadrmv3_7/linux
  12. #./txwfal 0
  13. aplay /home/pi/BallonSonde/sound/mire.wav
  14. ptt_off