let's try a DB
All checks were successful
EIVE/-/pipeline/head This commit looks good

This commit is contained in:
2023-11-13 08:50:51 +01:00
parent 99c6c8bbd0
commit 3fe51b08a6
5 changed files with 92 additions and 37 deletions

View File

@ -11,6 +11,7 @@ from spacepackets.ccsds import PacketId
from spacepackets.util import UnsignedByteField
DB_PATH = "tm.db"
PUS_APID = 0x65
CFDP_APID = 0x66
PUS_PACKET_ID = PacketId(PacketType.TM, True, PUS_APID)