mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-22 09:46:35 +00:00
nfc-relay: fix UID
This commit is contained in:
@@ -143,7 +143,7 @@ main (int argc, char *argv[])
|
||||
.nti = {
|
||||
.nai = {
|
||||
.abtAtqa = { 0x04, 0x00 },
|
||||
.abtUid = { 0xde, 0xad, 0xbe, 0xef },
|
||||
.abtUid = { 0x08, 0xad, 0xbe, 0xef },
|
||||
.btSak = 0x20,
|
||||
.szUidLen = 4,
|
||||
.szAtsLen = 0,
|
||||
|
||||
Reference in New Issue
Block a user