From 10147585a96dadcdc1f2b70a3d3fd1194cdbc76b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 21 Feb 2026 08:32:19 -0500 Subject: [PATCH] remove txLedOn and Off Removed unnecessary assignments for transmit variables. --- transmit.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/transmit.py b/transmit.py index e18b0a96..4bea6822 100644 --- a/transmit.py +++ b/transmit.py @@ -238,8 +238,6 @@ output(powerPin, 1) transmit = False txLed = 27 -1 = 1 -0 = 0 if input(12) == False: print("LPF present") transmit = True