fix: change hardcoded joinEUI since recreated chirpstack from scratch

This commit is contained in:
Alexis Fourmaux 2026-05-08 12:15:25 +02:00
parent fcdf244d12
commit 1ccb757226

View file

@ -3,7 +3,7 @@
#define MAX_RESTART 1 #define MAX_RESTART 1
#define MAX_FATAL_RESTART 3 #define MAX_FATAL_RESTART 3
uint64_t joinEUI = 0x35f48318e1324e2e; uint64_t joinEUI = 0xbf1af0d0dd808ba2;
uint64_t devEUI = 0x0586fe41112d83d9; uint64_t devEUI = 0x0586fe41112d83d9;
uint8_t appKey[] = { uint8_t appKey[] = {
0x0b, 0x84, 0xb4, 0x04, 0x0f, 0xd5, 0x56, 0x1b, 0x0b, 0x84, 0xb4, 0x04, 0x0f, 0xd5, 0x56, 0x1b,