From ce3f7c09f6b562cbe7b61f53d5fcfd99473cedea Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Sun, 25 Mar 2018 23:43:26 +0200 Subject: [PATCH] comments in loraconf_sample.h changed --- src/loraconf.sample.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/loraconf.sample.h b/src/loraconf.sample.h index db468f74..300b4d0d 100644 --- a/src/loraconf.sample.h +++ b/src/loraconf.sample.h @@ -18,10 +18,7 @@ static const u1_t DEVEUI[8]={ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; // For TTN, APPEUI always starts with 0x70, 0xB3, 0xD5 static const u1_t APPEUI[8]={ 0x70, 0xB3, 0xD5, 0x00, 0x00, 0x00, 0x00, 0x00 }; -// This key should be in big endian format (or, since it is not really a -// number but a block of memory, endianness does not really apply). In -// practice, a key taken from ttnctl can be copied as-is. -// The key shown here is the semtech default key. +// Note: Use msb format for APPEUI as in TTN console (cut & paste, for your convenience) static const u1_t APPKEY[16] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; */ \ No newline at end of file