From f5104946a0d332e7997609c33c8bf63b62b4ee5f Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 28 Jul 2023 08:32:03 -0400 Subject: [PATCH] fixed SSTV bug --- rpitx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rpitx.py b/rpitx.py index fa998157..ef8c9e2d 100644 --- a/rpitx.py +++ b/rpitx.py @@ -257,6 +257,7 @@ if __name__ == "__main__": if (txc): system("aplay /home/pi/CubeSatSim/sstv_image_2_320_x_256.jpg.wav") + else: 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: