2026-05-06 17:25:17 +02:00
|
|
|
#pragma once
|
2026-05-03 16:21:50 +02:00
|
|
|
|
2026-05-06 17:51:04 +02:00
|
|
|
#define MAX_RESTART 3
|
|
|
|
|
|
2026-05-03 16:21:50 +02:00
|
|
|
uint64_t joinEUI = 0x35f48318e1324e2e;
|
2026-05-06 17:25:17 +02:00
|
|
|
uint64_t devEUI = 0x0586fe41112d83d9;
|
|
|
|
|
uint8_t appKey[] = {
|
|
|
|
|
0x0b, 0x84, 0xb4, 0x04, 0x0f, 0xd5, 0x56, 0x1b,
|
|
|
|
|
0x00, 0x53, 0x94, 0x22, 0xc1, 0xf1, 0x4f, 0xd6};
|
|
|
|
|
uint8_t *nwkKey = appKey;
|