From 2451cb9b3c4323e021eeb09bd316e775a2b039f4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jul 2023 15:17:10 -0400 Subject: [PATCH] fix tx led BPSK --- rpitx.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index c6937463..ba13ecff 100644 --- a/rpitx.py +++ b/rpitx.py @@ -413,7 +413,6 @@ if __name__ == "__main__": sleep(60) if (command_tx == True): output(txLed, txLedOn) - output(txLed, txLedOn) sleep(4.0) else: print("FSK")