fix mifare-desfire-write-ndef example, it now works with Nokia 6212 Classic. (Thanks to Roel)
This commit is contained in:
parent
fa41d85c94
commit
cdac2ea340
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@
|
||||||
|
|
||||||
uint8_t key_data_null[8] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
uint8_t key_data_null[8] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
||||||
|
|
||||||
const uint8_t ndef_msg[33] = {
|
const uint8_t ndef_msg[35] = {
|
||||||
|
0x00, 0x21,
|
||||||
0xd1, 0x02, 0x1c, 0x53, 0x70, 0x91, 0x01, 0x09,
|
0xd1, 0x02, 0x1c, 0x53, 0x70, 0x91, 0x01, 0x09,
|
||||||
0x54, 0x02, 0x65, 0x6e, 0x4c, 0x69, 0x62, 0x6e,
|
0x54, 0x02, 0x65, 0x6e, 0x4c, 0x69, 0x62, 0x6e,
|
||||||
0x66, 0x63, 0x51, 0x01, 0x0b, 0x55, 0x03, 0x6c,
|
0x66, 0x63, 0x51, 0x01, 0x0b, 0x55, 0x03, 0x6c,
|
||||||
|
|
Loading…
Reference in a new issue