From 1ccb75722698b75b1fba2f8c478ec49357d6d440 Mon Sep 17 00:00:00 2001 From: Alexis Fourmaux Date: Fri, 8 May 2026 12:15:25 +0200 Subject: [PATCH] fix: change hardcoded joinEUI since recreated chirpstack from scratch --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 96927f5..344784f 100644 --- a/src/config.h +++ b/src/config.h @@ -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,