mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: Serialnumber is shorter. Will be better for OSX ppl
This commit is contained in:
parent
1fd6d95729
commit
5da60668dc
2 changed files with 6 additions and 4 deletions
|
@ -376,9 +376,11 @@ static const char StrProduct[] = {
|
|||
};
|
||||
|
||||
static const char StrSerialNumber[] = {
|
||||
18, // Length
|
||||
8, // Length
|
||||
0x03, // Type is string
|
||||
'8',0,'8',0,'8',0,'8',0,'8',0,'8',0,'8',0,'8',0
|
||||
'8',0,
|
||||
'8',0,
|
||||
'8',0
|
||||
};
|
||||
|
||||
// size inkluderar sitt egna fält.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue