Add MSB Hint to config.example.h
This commit is contained in:
parent
6917b99156
commit
c5872bf77d
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue