From 7d4305b40e51b034be496fced4825a094345ea09 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 13 Aug 2023 09:21:56 -0400 Subject: [PATCH] Update rpitx.py typo --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 95af7d2d..a13bc6af 100644 --- a/rpitx.py +++ b/rpitx.py @@ -547,7 +547,7 @@ if __name__ == "__main__": system("echo > command_tx True") system("sudo nc -l 8080 | csdr convert_i16_f | csdr fir_interpolate_cc 2 | csdr dsb_fc | csdr bandpass_fir_fft_cc 0.002 0.06 0.01 | csdr fastagc_ff | sudo /home/pi/rpitx/sendiq -i /dev/stdin -s 96000 -f 434.9e6 -t float &") else: - print("Turning of transmit and rebooting") + print("Turning off transmit") # and rebooting") system("echo > command_tx False") system("sudo systemctl restart rpitx") # system("sudo reboot now")