From fe31e31d9f04ab1b3e8c20409da4370f38e35e85 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" <robin.mueller.m@gmail.com> Date: Wed, 30 Sep 2020 17:31:35 +0200 Subject: [PATCH] global apid serttings added --- config/obsw_config.py | 3 +++ tmtc_core | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/obsw_config.py b/config/obsw_config.py index 7fab99d..f1421d6 100644 --- a/config/obsw_config.py +++ b/config/obsw_config.py @@ -63,6 +63,9 @@ G_MODE_ID = 0 G_SERVICE = 17 G_DISPLAY_MODE = "long" +# General TMTC Settings +G_APID = 0x73 + # Binary Upload Settings G_MAX_BINARY_FRAME_LENGTH = 1500 diff --git a/tmtc_core b/tmtc_core index 0167848..4d37769 160000 --- a/tmtc_core +++ b/tmtc_core @@ -1 +1 @@ -Subproject commit 01678482067a808dede452d448f9a2724737c785 +Subproject commit 4d37769e7c8254bf7e20a016cf076ae48db31e57 -- GitLab