We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You get things like
0xac, 0x30, 0xa, 0x6, 0x8, 0x2a, 0x86,
instead of
0xac, 0x30, 0x0a, 0x06, 0x08, 0x2a, 0x86,
which is a lot easier to convert into a hex byte sequence with no "0x" in the middle.
Always
69551a1
core
No response
The text was updated successfully, but these errors were encountered:
Make MessageDef byte string logging nicer.
8950048
0-pad the values, so they are constant-width. Fixes project-chip#22706
Make MessageDef byte string logging nicer. (#22707)
21b708e
0-pad the values, so they are constant-width. Fixes #22706
Successfully merging a pull request may close this issue.
Reproduction steps
You get things like
instead of
which is a lot easier to convert into a hex byte sequence with no "0x" in the middle.
Bug prevalence
Always
GitHub hash of the SDK that was being used
69551a1
Platform
core
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: