From c201e3f63da11240b18e5d3b36cfd346a0c92b5c Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" <robin.mueller.m@gmail.com> Date: Tue, 6 Oct 2020 00:04:22 +0200 Subject: [PATCH] sending with higher speed now --- utility/obsw_binary_uploader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/obsw_binary_uploader.py b/utility/obsw_binary_uploader.py index 55afa4b..d28fd1d 100644 --- a/utility/obsw_binary_uploader.py +++ b/utility/obsw_binary_uploader.py @@ -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.. -- GitLab