fix: change hardcoded joinEUI since recreated chirpstack from scratch
This commit is contained in:
parent
fcdf244d12
commit
1ccb757226
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#define MAX_RESTART 1
|
||||
#define MAX_FATAL_RESTART 3
|
||||
|
||||
uint64_t joinEUI = 0x35f48318e1324e2e;
|
||||
uint64_t joinEUI = 0xbf1af0d0dd808ba2;
|
||||
uint64_t devEUI = 0x0586fe41112d83d9;
|
||||
uint8_t appKey[] = {
|
||||
0x0b, 0x84, 0xb4, 0x04, 0x0f, 0xd5, 0x56, 0x1b,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue