From de9ab5020101b35ce7e98f64ac3fac852649dfd6 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 12 Jun 2024 12:57:21 -0400 Subject: [PATCH] Update rpitx.py force transmit on --- rpitx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index e1c0ae41..fc3158a0 100644 --- a/rpitx.py +++ b/rpitx.py @@ -199,7 +199,8 @@ GPIO.setwarnings(False) GPIO.setup(txc_pin, GPIO.IN, pull_up_down=GPIO.PUD_UP) GPIO.setup(green, GPIO.OUT) -transmit = False +#transmit = False +transmit = True # force on for now #if GPIO.input(12) == False: # print("Version is v1 with UHF BPF") # transmit = True