[2637] Cast uint8_t to int when logging them.
When directly logging uint8_t values they are rather printed as char, not the integer value within the range of 0..255. Converting them to integer guarantees that they are printed as numbers.
Please register or sign in to comment