From e7b66a1a65dfc780acb55d6faf9eefd595dca3cd Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 21 Feb 2026 08:32:57 -0500 Subject: [PATCH] Comment out GPIO setup mode and warnings Comment out GPIO setup lines for power management. --- transmit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transmit.py b/transmit.py index 4bea6822..e390db0f 100644 --- a/transmit.py +++ b/transmit.py @@ -227,8 +227,8 @@ powerPin = 16 command_tx = True -GPIO.setmode(GPIO.BCM) -GPIO.setwarnings(False) +# GPIO.setmode(GPIO.BCM) +# GPIO.setwarnings(False) setup(13, "up") setup(12, "up") setup(27, "up")