removed fixed device address used for debugging

This commit is contained in:
xlemmingx 2025-10-13 09:23:43 +02:00
parent 72c83fea4c
commit 6baa774b59

View File

@ -24,7 +24,7 @@ static uint8_t app_key[] = LORAWAN_APP_KEY;
static uint8_t join_eui[] = LORAWAN_APP_EUI;
/* 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 apps_key[] = LORAWAN_APPS_KEY;