Add MSB Hint to config.example.h

This commit is contained in:
seiichiro 2021-05-15 19:53:45 +02:00
parent 6917b99156
commit c5872bf77d

View file

@ -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 };