Skip to content

Commit

Permalink
Updated min TxPower value to 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
mluis1 committed Jul 16, 2019
1 parent 4a2088c commit 49edc04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mac/region/RegionAU915.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
/*!
* Minimal Tx output power that can be used by the node
*/
#define AU915_MIN_TX_POWER TX_POWER_10
#define AU915_MIN_TX_POWER TX_POWER_15

/*!
* Maximal Tx output power that can be used by the node
Expand Down
2 changes: 1 addition & 1 deletion src/mac/region/RegionUS915.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
/*!
* Minimal Tx output power that can be used by the node
*/
#define US915_MIN_TX_POWER TX_POWER_10
#define US915_MIN_TX_POWER TX_POWER_15

/*!
* Maximal Tx output power that can be used by the node
Expand Down

0 comments on commit 49edc04

Please sign in to comment.