diff --git a/firmware/SECRETS b/firmware/SECRETS index 4a05441..3f5f8c2 100644 --- a/firmware/SECRETS +++ b/firmware/SECRETS @@ -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