Update rpitx.py moved ptt to GPIO 5 from GPIO 20 due to i2s

beta-i2s
Alan Johnston 2 years ago committed by GitHub
parent 9c70550f8e
commit de7579c184
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.