From c5872bf77d61b6cbc2e7bac02341e6d6df17f290 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Sat, 15 May 2021 19:53:45 +0200 Subject: [PATCH] Add MSB Hint to config.example.h --- src/config.example.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.example.h b/src/config.example.h index f7e8327..f41db2d 100644 --- a/src/config.example.h +++ b/src/config.example.h @@ -1,5 +1,5 @@ //******************************************************************* -// LoRa Config - Put Your Keys Here! +// LoRa Config - Put Your Keys Here! MSB Left for all three //******************************************************************* unsigned char NwkSkey[16] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; unsigned char AppSkey[16] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };