From 7bd5e53f7f6d953df4fba17482c9f813443dcc9d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 23 Jul 2024 13:43:06 -0400 Subject: [PATCH] Update rpitx.py test txLed --- rpitx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rpitx.py b/rpitx.py index 275807ed..21854578 100644 --- a/rpitx.py +++ b/rpitx.py @@ -408,6 +408,7 @@ if __name__ == "__main__": print(callsign) GPIO.setmode(GPIO.BCM) # added to make Tx LED work on Pi 4 + print(txLed) GPIO.setup(txLed, GPIO.OUT) print("Programming FM module!\n");