From 7ff992efcfd4a3e8811d9719d7a129804199b6d9 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 31 Jul 2023 11:52:31 -0400 Subject: [PATCH] wrong gpio for green LED --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 043184e9..6684b42c 100644 --- a/rpitx.py +++ b/rpitx.py @@ -15,7 +15,7 @@ pd = 21 ptt = 20 txc = 7 squelch = 6 -green = 26 +green = 16 # command_tx = True