add key for democards
This commit is contained in:
parent
1acf950ce9
commit
6f89ad50f8
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,8 @@ static byte_t keys[] = {
|
|||
0x4d, 0x3a, 0x99, 0xc3, 0x51, 0xdd,
|
||||
0x1a, 0x98, 0x2c, 0x7e, 0x45, 0x9a,
|
||||
0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0xab, 0xcd, 0xef, 0x12, 0x34, 0x45
|
||||
};
|
||||
|
||||
static size_t num_keys = sizeof (keys) / 6;
|
||||
|
|
Loading…
Reference in a new issue