start adding action reply handler for MPSoC

This commit is contained in:
2023-05-12 15:51:17 +02:00
committed by Robin Mueller
parent 9e87142324
commit 2b26f1b106
2 changed files with 17 additions and 6 deletions

View File

@ -42,6 +42,8 @@ def handle_action_reply(
return handle_core_ctrl_action_replies(action_id, printer, custom_data)
elif object_id.as_bytes == STAR_TRACKER_ID:
return handle_startracker_replies(action_id, printer, custom_data)
elif object_id.as_bytes == PLOC_MPSOC_ID:
return handle_mpsoc_data_reply(action_id, printer, custom_data)
elif object_id.as_bytes in [
ACU_HANDLER_ID,
PDU_1_HANDLER_ID,