Provide a dummy secrets file for simulat0r builds

This commit is contained in:
bernd 2011-08-06 16:51:37 +02:00
parent 3308ced1c3
commit 12b98a8bd6
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
#ifndef _SECRETS_
#define _SECRETS_
// these keys are not the official keys
// they´re just here to make the simulat0r build
static uint32_t const meshkey[4] = {
0x01010101, 0x02020202, 0x03030303, 0x04040404
};
static const uint32_t openbeaconkey[4] = {
0x05050505, 0x06060606, 0x07070707, 0x08080808
};
static uint32_t const remotekey[4] = {
0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
};
#endif