Update transmit.py missing "

master-b-p-s
Alan Johnston 3 weeks ago committed by GitHub
parent 08ceffde37
commit 61f71a12f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -47,7 +47,7 @@ def setup(pin, config):
else: # ptt pin
GPIO.setwarnings(False)
GPIO.setmode(GPIO.BCM)
if config == "out:
if config == "out":
GPIO.setup(27, GPIO.OUT)
else:
GPIO.setup(27, GPIO.IN)

Loading…
Cancel
Save

Powered by TurnKey Linux.