some more cleaning up

This commit is contained in:
2024-04-24 20:40:51 +02:00
parent 879a50f79e
commit 597f4ca977
3 changed files with 3 additions and 4 deletions

View File

@ -17,7 +17,7 @@ EXP_PACKET_ID_TM = PacketId(PacketType.TM, True, EXP_APID)
EXP_PACKET_ID_TC = PacketId(PacketType.TC, True, EXP_APID)
OPSSAT_SERVER_PORT = 4096
TMTC_SERVER_PORT = 4097
LOG_LEVEL = logging.DEBUG
LOG_LEVEL = logging.INFO
TC_QUEUE = Queue()