From 50668ca7a74edd4219456e393cd10f7858591130 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 4 Apr 2023 17:48:39 +0200 Subject: [PATCH] fix for syrlinks on cmd --- eive_tmtc/tmtc/com/syrlinks_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eive_tmtc/tmtc/com/syrlinks_handler.py b/eive_tmtc/tmtc/com/syrlinks_handler.py index a964a86..87be415 100644 --- a/eive_tmtc/tmtc/com/syrlinks_handler.py +++ b/eive_tmtc/tmtc/com/syrlinks_handler.py @@ -153,7 +153,7 @@ def pack_syrlinks_command( q.add_pus_tc(create_mode_command(obyt, Mode.OFF, 0)) if op_code == OpCode.ON: q.add_log_cmd(f"{prefix}: {Info.ON}") - q.add_pus_tc(create_mode_command(obyt, Mode.ON, 0)) + q.add_pus_tc(create_mode_command(obyt, Mode.ON, ComMode.RX_ONLY)) if op_code == OpCode.NORMAL_RX_ONLY: normal_mode_cmd(q, Info.NORMAL_RX_ONLY, ComMode.RX_ONLY) if op_code == OpCode.NORMAL_RX_AND_TX_LOW_DATARATE: