removed fixed device address used for debugging
This commit is contained in:
parent
72c83fea4c
commit
6baa774b59
@ -24,7 +24,7 @@ static uint8_t app_key[] = LORAWAN_APP_KEY;
|
|||||||
static uint8_t join_eui[] = LORAWAN_APP_EUI;
|
static uint8_t join_eui[] = LORAWAN_APP_EUI;
|
||||||
|
|
||||||
/* ABP keys and address */
|
/* ABP keys and address */
|
||||||
static uint32_t dev_addr = 0x5FC69401; // Little endian of {0x01, 0x94, 0xC6, 0x5F}
|
static uint32_t dev_addr = LORAWAN_DEV_ADDR;
|
||||||
static uint8_t nwks_key[] = LORAWAN_NWKS_KEY;
|
static uint8_t nwks_key[] = LORAWAN_NWKS_KEY;
|
||||||
static uint8_t apps_key[] = LORAWAN_APPS_KEY;
|
static uint8_t apps_key[] = LORAWAN_APPS_KEY;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user