Skip to content

Commit

Permalink
loraconf.sample.h modified
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberman54 committed May 11, 2018
1 parent d46bb59 commit 06e6845
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/loraconf.sample.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

#include <Arduino.h>

/*
// Set your DEVEUI here, if you have one. You can leave this untouched,
// then the DEVEUI will be generated during runtime from device's MAC adress
// Note: Use same format as in TTN console (cut & paste, for your convenience)
Expand All @@ -21,6 +19,4 @@ static const u1_t DEVEUI[8]={ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
static const u1_t APPEUI[8]={ 0x70, 0xB3, 0xD5, 0x00, 0x00, 0x00, 0x00, 0x00 };

// 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 };
*/
static const u1_t APPKEY[16] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

0 comments on commit 06e6845

Please sign in to comment.