From 159c8301ed7c39995f09cecf058539c2142dac14 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 3 Jan 2026 10:07:35 -0500 Subject: [PATCH] Update transmit.py don't blink tx LED at start --- transmit.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/transmit.py b/transmit.py index 10cee57d..ecc39cdb 100644 --- a/transmit.py +++ b/transmit.py @@ -182,9 +182,9 @@ else: print("TXC not present") # txc = False # forcing it off -output(txLed, txLedOn) -sleep(1) -output(txLed, txLedOff) +#output(txLed, txLedOn) +#sleep(1) +#output(txLed, txLedOff) battery_saver_check()