Update transmit.py change rpitx to transmit

release-3
Alan Johnston 1 year ago committed by GitHub
parent d7a8f35c87
commit 6fb19717b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -136,7 +136,7 @@ def increment_mode():
print("can't write to .mode file") print("can't write to .mode file")
print("CubeSatSim v2.0 rpitx.py starting...") print("CubeSatSim v2.0 transmit.py starting...")
pd = 21 pd = 21
ptt = 20 ptt = 20
@ -199,7 +199,7 @@ print(txLed)
# GPIO.setup(27, GPIO.OUT) # GPIO.setup(27, GPIO.OUT)
# GPIO.output(27, 0) # GPIO.output(27, 0)
debug_mode = 0 #no debugging rpitx debug_mode = 0 #no debugging transmit
skip = False skip = False

Loading…
Cancel
Save

Powered by TurnKey Linux.