Update transmit.py remove GPIO.setup(pttPin, GPIO.IN)

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

@ -597,7 +597,7 @@ if __name__ == "__main__":
GPIO.output(txLed, 0) GPIO.output(txLed, 0)
print("0") print("0")
GPIO.setup(pttPin, GPIO.IN) # GPIO.setup(pttPin, GPIO.IN)
while (True): while (True):
sleep(0.1) sleep(0.1)

Loading…
Cancel
Save

Powered by TurnKey Linux.