bump tmtccmd and fix CFDP code
Some checks are pending
EIVE/-/pipeline/head Build started...

This commit is contained in:
2024-05-07 14:07:18 +02:00
parent 86a68e25f7
commit d6b879da67
5 changed files with 57 additions and 41 deletions

View File

@ -537,7 +537,7 @@ def handle_acu_hk_data(pw: PrintWrapper, set_id: int, hk_data: bytes):
def handle_get_param_data_reply(
obj_id: ObjectIdBase, action_id: int, pw: PrintWrapper, custom_data: bytearray
obj_id: ObjectIdBase, action_id: int, pw: PrintWrapper, custom_data: bytes
):
if action_id == GomspaceDeviceActionId.PARAM_GET:
pw.dlog(f"Parameter Get Request received for object {obj_id}")