reduce sleep by 1 sec

pull/118/head
alanbjohnston 5 years ago committed by GitHub
parent 874ae4830e
commit fd9626592b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,7 +86,7 @@ if __name__ == "__main__":
time.sleep(4); # was 8
GPIO.output(txLed, txLedOff)
time.sleep(2)
time.sleep(1)
if (transmit):

Loading…
Cancel
Save

Powered by TurnKey Linux.