Files
esp-matter/components
Shubham Patil d80fc4d789 Fix the format specifier for int8 and uint8
Some compilers do not identify PRIx8 or PRIu8 and shows as hu in logs
and does not print the actual values. So lets use "%u" and "%i" instead.
2024-03-29 11:46:02 +05:30
..