self test intro

This commit is contained in:
Markus Kranz 2023-02-27 15:24:47 +01:00
parent 8919f5c8e9
commit 3259cf0807
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ ENG_HK_HEADERS = [
def handle_imtq_hk(printer: FsfwTmTcPrinter, hk_data: bytes, set_id: int):
if (set_id >= ImtqSetId.POSITIVE_X_TEST) and (set_id <= ImtqSetId.NEGATIVE_Z_TEST):
if set_id == ImtqSetId.SELF_TEST_SET:
return handle_self_test_data(printer, hk_data)
elif set_id == ImtqSetId.ENG_HK_NO_TORQUE:
_LOGGER.info("Found engineering HK without torque")