From 6f397289ca602d11c3e4c79e6196d4389674d277 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 7 Mar 2023 10:06:58 +0100 Subject: [PATCH] add MGT_ASSEMBLY object ID as well --- eive_tmtc/config/object_ids.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eive_tmtc/config/object_ids.py b/eive_tmtc/config/object_ids.py index 3b8a1ef..623eaa3 100644 --- a/eive_tmtc/config/object_ids.py +++ b/eive_tmtc/config/object_ids.py @@ -138,7 +138,9 @@ TCS_BOARD_ASS_ID = bytes([0x73, 0x00, 0x00, 0x03]) RW_ASSEMBLY = bytes([0x73, 0x00, 0x00, 0x04]) CAM_SWITCHER = bytes([0x73, 0x00, 0x00, 0x06]) SYRLINKS_ASSEMBLY = bytes([0x73, 0x00, 0x00, 0x07]) +# To be removed soon.. IMTQ_ASSEMBLY = bytes([0x73, 0x00, 0x00, 0x08]) +MGT_ASSEMBLY = bytes([0x73, 0x00, 0x00, 0x08]) STR_ASSEMBLY = bytes([0x73, 0x00, 0x00, 0x09]) # Controllers