syrlinks print text adaption

This commit is contained in:
Jakob Meier 2022-03-30 09:22:10 +02:00
parent ed85e1706f
commit c1a8170945

View File

@ -34,7 +34,7 @@ def pack_syrlinks_command(
tc_queue.appendleft( tc_queue.appendleft(
( (
QueueCommands.PRINT, QueueCommands.PRINT,
"Testing PLOC memory dumper with object id: 0x" + object_id.hex(), "Testing Syrlinks with object id: 0x" + object_id.hex(),
) )
) )