Update transmit.py changed v1 to LPF present

pull/346/head
Alan Johnston 1 year ago committed by GitHub
parent 263511d94a
commit d6bf01cc73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -161,7 +161,7 @@ txLed = 27
txLedOn = 1
txLedOff = 0
if GPIO.input(12) == False:
print("Version is v1 with UHF LPF")
print("LPF present")
transmit = True
else:
print("No LPF")

Loading…
Cancel
Save

Powered by TurnKey Linux.