Skip to content
Snippets Groups Projects
Commit fdb013e8 authored by Robin Mueller's avatar Robin Mueller
Browse files

binary upload break made even bigger

parent 86439892
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ class BinaryFileUploader:
iobc_prompt = input("iOBC? [y/n]: ")
if iobc_prompt in ['y', 'yes', 1]:
self.iobc = True
self.send_interval = 1.2
self.send_interval = 1.4
iobc_prompt = True
else:
self.iobc = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment