From d782aa271534490f07fba0b3dbb3faa5c29a02b3 Mon Sep 17 00:00:00 2001 From: "Jakob.Meier" <–meierj@irs.uni-stuttgart.de> Date: Mon, 2 Aug 2021 11:30:20 +0200 Subject: [PATCH] space packet id typo --- config/hook_implementations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hook_implementations.py b/config/hook_implementations.py index 23644b4..c5bad08 100644 --- a/config/hook_implementations.py +++ b/config/hook_implementations.py @@ -160,7 +160,7 @@ class EiveHookObject(TmTcHookBase): from tmtccmd.config.com_if import create_communication_interface_default return create_communication_interface_default( com_if_key=com_if_key, tmtc_printer=tmtc_printer, - json_cfg_path=self.get_json_config_file_path(), space_packet_id=0x0065 + json_cfg_path=self.get_json_config_file_path(), space_packet_id=0x0865 ) def perform_mode_operation(self, tmtc_backend: TmTcHandler, mode: int):