diff --git a/pus_tm/event_handler.py b/pus_tm/event_handler.py index 21c3b9a..1cd06bb 100644 --- a/pus_tm/event_handler.py +++ b/pus_tm/event_handler.py @@ -57,6 +57,7 @@ def handle_event_packet(raw_tm: bytes, printer: FsfwTmTcPrinter): reason = generic_retval_printout(tm.param_1) for string in reason: pw.dlog(f"Reason from event parameter 1: {string}") + pw.dlog(f"Mode, sequence or table: {tm.param_2:#08x}") if info.name == "SUPV_UPDATE_PROGRESS" or info.name == "WRITE_MEMORY_FAILED": additional_event_info = f"Additional info: {info.info}" context = (