Skip to content

Conversation

@sixhat
Copy link

@sixhat sixhat commented Nov 5, 2025

Hi,

I've tested the RFID example and found that when RFID tags contain bytes smaller than 16 (0x10) the resulting tagID is not correct. The Hex concat is not including the zero leading those bytes. The output hex tagID looses some characters. for example the bytes A4 B2 63 05 will result in a tagID of A4B2635 (missing the 0) (should be 8 characters long A4B26305).

This pull request fixes the issue buy testing each byte before concatenation and adding the leading 0 if needed.

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.

1 participant