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

sending with higher speed now

parent ff130096
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ def perform_binary_upload(com_if: CommunicationInterface, tmtc_printer: TmTcPrin
elif tc_packet == "print":
LOGGER.info(tc_info)
time.sleep(5.0)
time.sleep(0.2)
tm_list = com_if.receive_telemetry()
for tm_packet in tm_list:
# gotta configure tm listener for this to work..
......
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