added keys for l0dables
This commit is contained in:
parent
454f4ca738
commit
1ae175c424
|
@ -10,5 +10,11 @@ static const uint32_t openbeaconkey[4] = {
|
|||
static uint32_t const remotekey[4] = {
|
||||
0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
|
||||
};
|
||||
static uint32_t const l0dable_sign_key[4] = {
|
||||
0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
|
||||
};
|
||||
static uint32_t const l0dable_crypt_key[4] = {
|
||||
0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue