some tweaks

This commit is contained in:
2023-02-06 14:49:50 +01:00
parent fc5e3c88ff
commit e617faa4df
3 changed files with 9 additions and 4 deletions

View File

@ -47,7 +47,7 @@ def pack_tmp1075_test_into(
object_id: ObjectIdU32, op_code: str, q: DefaultPusQueueHelper
):
q.add_log_cmd(
f"Testing Tmp1075 Temperature Sensor Handler with object id: {object_id.as_hex_string}"
f"Testing Tmp1075 Temperature Sensor Handler with object id: {object_id}"
)
obyt = object_id.as_bytes
if op_code == OpCode.OFF: