From 2f4172b3538b18f209654b3eef0ab428faa85937 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 18 Mar 2023 00:03:33 -0400 Subject: [PATCH] Update rpitx.py --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 9f3359bd..491f845f 100644 --- a/rpitx.py +++ b/rpitx.py @@ -243,7 +243,7 @@ if __name__ == "__main__": while 1: print ("Sending SSTV image") output(txLed, txLedOn) - system("cat aplay /home/pi/CubeSatSim/sstv_image_1_320_x_256.jpg.wav") + system("cat aplay /home/pi/CubeSatSim/sstv_image_1_320_x_256.jpg.wav") # if (debug_mode == 1): # system("cat /home/pi/CubeSatSim/sstv_image_2_320_x_256.jpg.wav | csdr convert_i16_f | csdr gain_ff 14000 | csdr convert_f_samplerf 20833 | sudo rpitx -i- -m RF -f 434.9e3") # else: