From dcc3de2616a2af821db5c8e1d721848c0450b085 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 14 Oct 2023 18:55:28 -0400 Subject: [PATCH] Update rpitx.py turn of txc off forcing --- rpitx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpitx.py b/rpitx.py index 9a3907b0..a77d854c 100644 --- a/rpitx.py +++ b/rpitx.py @@ -19,7 +19,7 @@ def battery_saver_check(): print("battery saver activated") except: print("not activated") - txc = True +# txc = True def increment_mode(): print("increment mode") @@ -204,7 +204,7 @@ if GPIO.input(txc_pin) == False: else: print("TXC not present") -txc = False # forcing it off +# txc = False # forcing it off output(txLed, txLedOn) sleep(1) output(txLed, txLedOff)