Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SRC OBDH TMTC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robin Mueller
SRC OBDH TMTC
Commits
6af81250
Commit
6af81250
authored
4 years ago
by
Robin Mueller
Browse files
Options
Downloads
Patches
Plain Diff
interval changed
parent
32437124
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utility/obsw_binary_uploader.py
+3
-2
3 additions, 2 deletions
utility/obsw_binary_uploader.py
with
3 additions
and
2 deletions
utility/obsw_binary_uploader.py
+
3
−
2
View file @
6af81250
...
...
@@ -37,7 +37,8 @@ class BinaryFileUploader:
self
.
tmtc_printer
=
tmtc_printer
self
.
tm_listener
=
tm_listener
self
.
iobc
=
False
self
.
send_interval
=
1.0
# Will be set later depending on board.
self
.
send_interval
=
0
def
perform_file_upload
(
self
):
gui_cl_prompt
=
input
(
"
GUI(0) or command line version (1)? [0/1]:
"
)
...
...
@@ -89,7 +90,7 @@ class BinaryFileUploader:
iobc_prompt
=
input
(
"
iOBC? [y/n]:
"
)
if
iobc_prompt
in
[
'
y
'
,
'
yes
'
,
1
]:
self
.
iobc
=
True
self
.
send_interval
=
0.8
self
.
send_interval
=
1.2
iobc_prompt
=
True
else
:
self
.
iobc
=
False
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment