update tmtc

This commit is contained in:
2022-08-18 11:09:35 +02:00
parent 8ead0b06d6
commit 2d2702381a
11 changed files with 69 additions and 35 deletions

View File

@ -11,7 +11,9 @@ PUS_APID = 0x65
SPACE_PACKET_IDS = (0x08 << 8 | PUS_APID,)
class CustomServiceList(enum.Enum):
class CustomServiceList(str, enum.Enum):
value: str
TEST_DEVICE = "test"
P60DOCK = "p60dock"
PDU1 = "pdu1"