Update transmit.py missing tab

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

@ -41,7 +41,7 @@ def setup(pin, config):
command = "gpio -g mode " + str(pin) + " " + config
system(command)
print(command)
else:
else:
print(f"Unknown gpio setup configuration: {config}")
def blink(times):

Loading…
Cancel
Save

Powered by TurnKey Linux.