Skip to content

Commit 584b8bf

Browse files
author
Daniel Jaeckle
committed
Update APP_TX_DUTYCYCLE_RND for class b applications
1 parent 4424720 commit 584b8bf

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

src/apps/LoRaMac/classB/B-L072Z-LRWAN1/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* Defines a random delay for application data transmission duty cycle. 5s,
5454
* value in [ms].
5555
*/
56-
#define APP_TX_DUTYCYCLE_RND 5000
56+
#define APP_TX_DUTYCYCLE_RND 0000
5757

5858
/*!
5959
* Default datarate

src/apps/LoRaMac/classB/NAMote72/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* Defines a random delay for application data transmission duty cycle. 5s,
5757
* value in [ms].
5858
*/
59-
#define APP_TX_DUTYCYCLE_RND 5000
59+
#define APP_TX_DUTYCYCLE_RND 0000
6060

6161
/*!
6262
* Default datarate

src/apps/LoRaMac/classB/NucleoL073/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* Defines a random delay for application data transmission duty cycle. 5s,
5454
* value in [ms].
5555
*/
56-
#define APP_TX_DUTYCYCLE_RND 5000
56+
#define APP_TX_DUTYCYCLE_RND 0000
5757

5858
/*!
5959
* Default datarate

src/apps/LoRaMac/classB/NucleoL152/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* Defines a random delay for application data transmission duty cycle. 5s,
5454
* value in [ms].
5555
*/
56-
#define APP_TX_DUTYCYCLE_RND 5000
56+
#define APP_TX_DUTYCYCLE_RND 0000
5757

5858
/*!
5959
* Default datarate

src/apps/LoRaMac/classB/SAML21/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
* Defines a random delay for application data transmission duty cycle. 5s,
6161
* value in [ms].
6262
*/
63-
#define APP_TX_DUTYCYCLE_RND 5000
63+
#define APP_TX_DUTYCYCLE_RND 0000
6464

6565
/*!
6666
* Default datarate

src/apps/LoRaMac/classB/SKiM880B/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* Defines a random delay for application data transmission duty cycle. 5s,
5656
* value in [ms].
5757
*/
58-
#define APP_TX_DUTYCYCLE_RND 5000
58+
#define APP_TX_DUTYCYCLE_RND 0000
5959

6060
/*!
6161
* Default datarate

src/apps/LoRaMac/classB/SKiM881AXL/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* Defines a random delay for application data transmission duty cycle. 5s,
5656
* value in [ms].
5757
*/
58-
#define APP_TX_DUTYCYCLE_RND 5000
58+
#define APP_TX_DUTYCYCLE_RND 0000
5959

6060
/*!
6161
* Default datarate

src/apps/LoRaMac/classB/SKiM980A/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* Defines a random delay for application data transmission duty cycle. 5s,
5656
* value in [ms].
5757
*/
58-
#define APP_TX_DUTYCYCLE_RND 5000
58+
#define APP_TX_DUTYCYCLE_RND 0000
5959

6060
/*!
6161
* Default datarate

0 commit comments

Comments
 (0)