mode printout
This commit is contained in:
parent
2ab3a5cdc4
commit
ab1947ed86
@ -57,6 +57,7 @@ def handle_event_packet(raw_tm: bytes, printer: FsfwTmTcPrinter):
|
|||||||
reason = generic_retval_printout(tm.param_1)
|
reason = generic_retval_printout(tm.param_1)
|
||||||
for string in reason:
|
for string in reason:
|
||||||
pw.dlog(f"Reason from event parameter 1: {string}")
|
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":
|
if info.name == "SUPV_UPDATE_PROGRESS" or info.name == "WRITE_MEMORY_FAILED":
|
||||||
additional_event_info = f"Additional info: {info.info}"
|
additional_event_info = f"Additional info: {info.info}"
|
||||||
context = (
|
context = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user