added py client changes

This commit is contained in:
lkoester 2023-02-24 07:29:58 +01:00
parent f8cf78340c
commit e5cc0c93e5
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ class TcHandler(TcHandlerBase):
pus_tc_wrapper = entry_helper.to_pus_tc_entry()
raw_tc = pus_tc_wrapper.pus_tc.pack()
_LOGGER.info(f"Sending {pus_tc_wrapper.pus_tc}")
_LOGGER.info(f"raw data: {pus_tc_wrapper.pus_tc.app_data}")
send_params.com_if.send(raw_tc)
elif entry_helper.entry_type == TcQueueEntryType.LOG:
log_entry = entry_helper.to_log_entry()