From 398fc71782eaf62fcbaab5bdbef3c3ec4ade53ec Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 7 Feb 2026 15:57:04 -0500 Subject: [PATCH] Update transmit.py remove pttPin set --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 6fe0bae4..60036a26 100644 --- a/transmit.py +++ b/transmit.py @@ -437,7 +437,7 @@ if __name__ == "__main__": GPIO.output(txLed, 0) print("0") - GPIO.setup(pttPin, GPIO.IN, pull_up_down=GPIO.PUD_UP) +# GPIO.setup(pttPin, GPIO.IN, pull_up_down=GPIO.PUD_UP) while (True): sleep(0.1)