Add SUPV latchup report handling, clean up code #273

Merged
meggert merged 7 commits from add-supv-latchup-report into main 2024-02-06 13:52:56 +01:00
Showing only changes of commit f3c6b509ec - Show all commits

View File

@ -924,7 +924,7 @@ def handle_solution_set(hk_data: bytes, pw: PrintWrapper):
solution_strategy = hk_data[current_idx]
pw.dlog(f"Solution strategy: {solution_strategy}")
current_idx += 1
FsfwTmTcPrinter.get_validity_buffer(hk_data[current_idx:], 23)
print(FsfwTmTcPrinter.get_validity_buffer(hk_data[current_idx:], 23))
def handle_blob_set(hk_data: bytes, pw: PrintWrapper):