Skip to content

Commit a32ae61

Browse files
authored
Update LoRa_Device_01.h
1 parent 17e6a74 commit a32ae61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/LoRa_Device_01.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ int JoinMode = JOINMODE_OTAA ; // Select join m
1010
int LoraBand = REGION_EU868 ; // LoRa band used for this device
1111

1212
//For OTAA:
13-
uint8_t JoinEui[] = { 0x12, 0x15, 0x18, 0x78, 0x16, 0x13, 0xA2, 0x11 } ;
13+
uint8_t JoinEui[] = { 0x12, 0x15, 0x18, 0x78, 0x66, 0x13, 0xA2, 0x11 } ;
1414
uint8_t AppKey[] = { 0x36, 0x9C, 0x9E, 0x8C, 0x5D, 0x68, 0x61, 0x3E,
15-
0xD9, 0xB9, 0xDD, 0x46, 0x43, 0x7A, 0xA9, 0x70 } ;
15+
0xD9, 0xB9, 0xDD, 0x55, 0x43, 0x7A, 0xA9, 0x70 } ;
1616
uint8_t DevEui[] = { 0x70, 0xB3, 0xD5, 0x7E, 0xD0, 0x05, 0xC8, 0x28 } ;
1717

1818
// For ABP:
1919
uint32_t DevAddr = 0x260B05E3 ; // From TTN
20-
uint8_t NwkSKey[] = { 0x37, 0x84, 0x9B, 0x30, 0xC8, 0xEE, 0x5A, 0xD1,
20+
uint8_t NwkSKey[] = { 0x37, 0x84, 0x9B, 0x30, 0x33, 0xEE, 0x5A, 0xD1,
2121
0x37, 0xDB, 0xDE, 0x8C, 0x00, 0xD3, 0x51, 0x8B } ;
22-
uint8_t AppSKey[] = { 0x5C, 0x4E, 0x2A, 0x28, 0xA4, 0xBB, 0x93, 0x4E,
22+
uint8_t AppSKey[] = { 0x5C, 0x4E, 0x2A, 0x28, 0x22, 0xBB, 0x93, 0x4E,
2323
0x99, 0xA4, 0x19, 0xA9, 0xDA, 0x34, 0x5F, 0x8E } ;
2424

2525
uint32_t tx_interval_sec = 60 ; // Send a message every 60 seconds

0 commit comments

Comments
 (0)