From f6f932251fa5191e66024d3f6791037f54ca00d0 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 15 May 2021 21:27:23 -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 e3730d11..2a5f9a90 100644 --- a/rpitx.py +++ b/rpitx.py @@ -102,6 +102,6 @@ if __name__ == "__main__": print("FSK") system("sudo nc -l 8080 | csdr convert_i16_f | csdr gain_ff 7000 | csdr convert_f_samplerf 20833 | sudo /home/pi/rpitx/rpitx -i- -m RF -f 434.9e3") else: - print("No Band Pass Filter so no telemetry transmit. See http://cubesatsim.org/wiki for instructions on how to build the BPF.") + print("No Band Pass Filter so no telemetry transmit. See http://cubesatsim.org/wiki for instructions on how to build the BPF.") while 1: time.sleep(5)