Update transmit.py remove pttPin set

pacsat-v2.2-tlm
Alan Johnston 2 months ago committed by GitHub
parent 61cec95c97
commit 398fc71782
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by TurnKey Linux.