We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32ae61 commit 132500bCopy full SHA for 132500b
src/LoRa_Device_01.h
@@ -22,5 +22,5 @@ uint8_t NwkSKey[] = { 0x37, 0x84, 0x9B, 0x30, 0x33, 0xEE, 0x5A, 0xD1,
22
uint8_t AppSKey[] = { 0x5C, 0x4E, 0x2A, 0x28, 0x22, 0xBB, 0x93, 0x4E,
23
0x99, 0xA4, 0x19, 0xA9, 0xDA, 0x34, 0x5F, 0x8E } ;
24
25
-uint32_t tx_interval_sec = 60 ; // Send a message every 60 seconds
+uint32_t tx_interval_sec = 600 ; // Send a message every 600 seconds
26
0 commit comments