From 80dbebc9cfeb205c466343d079bebca9d836f255 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 1 Jul 2024 14:48:10 -0400 Subject: [PATCH] Update rpitx.py remove cc check for bps --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index d6f906af..f2a57e6a 100644 --- a/rpitx.py +++ b/rpitx.py @@ -757,7 +757,7 @@ if __name__ == "__main__": # output(txLed, txLedOn) # sleep(0.03) # output(txLed, txLedOff) - command_control_check() +# command_control_check() if (command_tx == True): output(txLed, txLedOn)