Skip to content

Commit 49edc04

Browse files
committed
Updated min TxPower value to 15.
1 parent 4a2088c commit 49edc04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mac/region/RegionAU915.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
/*!
9494
* Minimal Tx output power that can be used by the node
9595
*/
96-
#define AU915_MIN_TX_POWER TX_POWER_10
96+
#define AU915_MIN_TX_POWER TX_POWER_15
9797

9898
/*!
9999
* Maximal Tx output power that can be used by the node

src/mac/region/RegionUS915.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
/*!
8888
* Minimal Tx output power that can be used by the node
8989
*/
90-
#define US915_MIN_TX_POWER TX_POWER_10
90+
#define US915_MIN_TX_POWER TX_POWER_15
9191

9292
/*!
9393
* Maximal Tx output power that can be used by the node

0 commit comments

Comments
 (0)