mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
make product string even length
This commit is contained in:
parent
d03a573eee
commit
f3dc6d59f4
1 changed files with 10 additions and 5 deletions
|
@ -183,12 +183,17 @@ static const char StrDescManufacturer[] = {
|
|||
};
|
||||
|
||||
static const char StrDescProduct[] = {
|
||||
9, // Length
|
||||
20, // Length
|
||||
0x03, // Type is string
|
||||
'P', 0x00,
|
||||
'M', 0x00,
|
||||
'3', 0x00,
|
||||
0x00
|
||||
'p', 0x00,
|
||||
'r', 0x00,
|
||||
'o', 0x00,
|
||||
'x', 0x00,
|
||||
'm', 0x00,
|
||||
'a', 0x00,
|
||||
'r', 0x00,
|
||||
'k', 0x00,
|
||||
'3', 0x00
|
||||
};
|
||||
|
||||
const char* getStringDescriptor(uint8_t idx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue