From de7579c1840364fc34001ce9af4d5e408b11d053 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 14 Jun 2024 05:13:06 -0400 Subject: [PATCH] Update rpitx.py moved ptt to GPIO 5 from GPIO 20 due to i2s --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index d19a2d01..27f36662 100644 --- a/rpitx.py +++ b/rpitx.py @@ -184,7 +184,7 @@ def increment_mode(): print("CubeSatSim v1.3.2 rpitx.py starting...") pd = 21 -ptt = 20 +ptt = 5 # was 20, moved due to i2s pin conflict txc_pin = 7 squelch = 6 green = 16