From a5e38a6856dc5238dc56c2463e6c865624a3191d Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 19 Oct 2023 15:02:24 +0200 Subject: [PATCH] missing log printout --- eive_tmtc/tmtc/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eive_tmtc/tmtc/core.py b/eive_tmtc/tmtc/core.py index 070f09f..5088768 100644 --- a/eive_tmtc/tmtc/core.py +++ b/eive_tmtc/tmtc/core.py @@ -400,6 +400,7 @@ def pack_core_commands( # noqa C901 ) ) elif op_code in OpCode.AUTO_SWITCH_DISABLE: + q.add_log_cmd(Info.AUTO_SWITCH_DISABLE) q.add_pus_tc( create_action_cmd(CORE_CONTROLLER_ID, ActionId.AUTO_SWITCH_DISABLE) )