فهرست منبع

add qth_locator.py and fix things

Pierre Bourdin 1 هفته پیش
والد
کامیت
32394e2082
1فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 8 8
      tx_process/3_transmit

+ 8 - 8
tx_process/3_transmit

@@ -31,8 +31,8 @@ sleep 1
 
 ############################
 # Partie prez + SSTV
-#aplay ~/BallonSonde/sound/2025_stpourcain/1_prez.wav
-#ionice -c 2 -n 0 aplay /ramfs/out.wav
+aplay ~/BallonSonde/sound/2025_stpourcain/1_prez.wav
+ionice -c 2 -n 0 aplay /ramfs/out.wav
 
 sleep 1
 
@@ -40,9 +40,9 @@ sleep 1
 ###########################
 # Partie QPSK31
 
-#aplay ~/BallonSonde/sound/2025_stpourcain/2_qpsq31.wav
-#/home/pi/BallonSonde/tx_process/qpsk31
-#aplay /ramfs/psk.wav
+aplay ~/BallonSonde/sound/2025_stpourcain/2_qpsq31.wav
+/home/pi/BallonSonde/tx_process/qpsk31
+aplay /ramfs/psk.wav
 
 ###########################
 # Partie CW super crade
@@ -60,14 +60,14 @@ echo $MESSAGE | /usr/local/bin/cwwav -f 700 -w 22 -o /ramfs/cw.wav; aplay /ramfs
 ##########################
 # Stop Message
 
-#aplay ~/BallonSonde/sound/2025_stpourcain/4_stop.wav
-# On coupe le TX# 
+aplay ~/BallonSonde/sound/2025_stpourcain/4_stop.wav
+# On coupe le TX
 raspi-gpio set 4 dh
 
 ##########################
 # un peu de repos pour le transceiver :)
 # et ça aide au GPS pour retrouver ses petits.
-#sleep 30
+sleep 30
 
 if [[ -f /ramfs/out.wav ]]; then
 	echo " => All done, cleaning ramfs"