From c39052259d448a75e44cefe4ee2f73f18d94c94b Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Mon, 18 Jul 2011 21:42:59 +0200 Subject: [PATCH] Use 24c3 encryption key --- firmware/applications/funk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/applications/funk.c b/firmware/applications/funk.c index 6646263..5b4576c 100644 --- a/firmware/applications/funk.c +++ b/firmware/applications/funk.c @@ -18,7 +18,7 @@ #define BEACON_MAC "\x1\x2\x3\x2\1" uint32_t const testkey[4] = { - 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff + 0xB4595344,0xD3E119B6,0xA814D0EC,0xEFF5A24E }; int enctoggle=0;