add supervisor
EIVE/-/pipeline/pr-main This commit looks good Details

This commit is contained in:
Robin Müller 2024-04-08 13:40:37 +02:00
parent c72a04b262
commit 5af69eb14e
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ from eive_tmtc.config.object_ids import (
GYRO_2_ADIS_HANDLER_ID,
ACS_BOARD_ASS_ID,
PLOC_MPSOC_ID,
PLOC_SUPV_ID,
RW_ASSEMBLY,
SUS_BOARD_ASS_ID,
MGM_0_LIS3_HANDLER_ID,
@ -63,6 +64,7 @@ TCS_OBJ_DICT = {
PAYLOAD_OBJ_DICT = {
0: ("Payload MPSoC", PLOC_MPSOC_ID),
1: ("Payload Supervisor", PLOC_SUPV_ID),
}