Skip to content

Commit

Permalink
fix back
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Jan 26, 2024
1 parent dfa7079 commit c19f555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidevice/_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ def _record_test_result_callback(m: DTXMessage):

def _ready_with_caps_callback(m: DTXMessage):
x2.send_dtx_message(m.channel_id,
payload=DTXPayload.build_other(0x03),
payload=DTXPayload.build_other(0x03, xctest_configuration),
message_id=m.message_id)

x2.register_callback('_XCT_testRunnerReadyWithCapabilities:', _ready_with_caps_callback)
Expand Down

0 comments on commit c19f555

Please sign in to comment.