Files
pm3py/pm3py
michael cb5d06da14 feat: set_uid() with validation and random generation for 15693 tags
Tag15693.set_uid() now:
- Accepts None (or no args) to generate a random valid UID with the
  correct IC-specific prefix (E0 + mfg + IC type)
- Validates length (must be 8 bytes)
- Warns on prefix mismatch (wrong IC type for product-specific tags)
- Warns on non-NXP manufacturer code
- Warns on missing E0 prefix
2026-03-19 12:56:57 -07:00
..