mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
Respect the chosen UID
This commit is contained in:
@@ -80,10 +80,6 @@ CommandStatusIdType CommandSetUid(char* OutMessage, const char* InParam)
|
||||
for (uint8_t i=0; i<UidSize; i++) {
|
||||
UidBuffer[i] = RandomGetByte();
|
||||
}
|
||||
/* If we are using an ISO15 tag, the first byte needs to be E0 by standard */
|
||||
if (ActiveConfiguration.TagFamily == TAG_FAMILY_ISO15693) {
|
||||
UidBuffer[0] = 0xE0;
|
||||
}
|
||||
|
||||
} else {
|
||||
/* Convert to Bytes */
|
||||
|
||||
Reference in New Issue
Block a user