From 1ae175c42497ccdabbe9e8af0086bcec13d6c551 Mon Sep 17 00:00:00 2001 From: schneider Date: Fri, 5 Aug 2011 19:05:03 +0200 Subject: [PATCH] added keys for l0dables --- firmware/SECRETS | 6 ++++++ 1 file changed, 6 insertions(+) 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