From 2677322c98eef99d5a72298207a0a8b7256a41f8 Mon Sep 17 00:00:00 2001 From: Pieter de Rijk Date: Wed, 20 Jan 2021 11:37:25 +0100 Subject: [PATCH] Added guidance lsb in the description for new users --- main/credentials.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/credentials.h b/main/credentials.h index b8ddc7d..92270b9 100644 --- a/main/credentials.h +++ b/main/credentials.h @@ -24,17 +24,17 @@ Credentials file #ifdef USE_OTAA - // This EUI must be in little-endian format, so least-significant-byte + // This EUI must be in little-endian format, so least-significant-byte (lsb) // first. When copying an EUI from ttnctl output, this means to reverse // the bytes. For TTN issued EUIs the last bytes should be 0x00, 0x00, // 0x00. static const u1_t PROGMEM APPEUI[8] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; - // This should also be in little endian format, see above. + // This should also be in little endian format (lsb), see above. // Note: You do not need to set this field, if unset it will be generated automatically based on the device macaddr static u1_t DEVEUI[8] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; - // This key should be in big endian format (or, since it is not really a + // This key should be in big endian format (msb) (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.