Skip to content

Conversation

petemoore
Copy link
Contributor

This totally threw me for a while, because I on my rpi 400 I was retrieving the value 19 for the "Type" field, which appeared to be for the rpi 500. It was only later I noticed that the field values were in hex (so 19 in the table for the rpi 500 was really 0x19, i.e. 25, and the raspberry pi value listed as 13 was actually 0x13, i.e. 19). Since other people could easily be confused by this, I figured it was better to be explicit and prefix the hex values with 0x which is reasonably conventional. The way I eventually noticed the numbers in the table weren't decimal was when I noticed a value f above. Thanks!

Copy link
Contributor

@nathan-contino nathan-contino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. One of those little usability issues that I love to see reported. Thanks for making our docs better!

@nathan-contino nathan-contino merged commit 8d95ccd into raspberrypi:develop Feb 7, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants