From d3f209374f7b5980ac19ce2f5c224e6357e50f2e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 1 Aug 2023 16:24:24 -0400 Subject: [PATCH] another typo --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 422c96fc..e4e8431d 100644 --- a/rpitx.py +++ b/rpitx.py @@ -270,7 +270,7 @@ if __name__ == "__main__": # output(txLed, txLedff) else: print("Turning off transmit") - system("echo > command_tx F + system("echo > command_tx False") try: f = open("/home/pi/CubeSatSim/cwready") system("gen_packets -M 20 -o /home/pi/CubeSatSim/morse.wav /home/pi/CubeSatSim/cw.txt -r 48000 > /dev/null 2>&1")