From 49edc0437cf2efdf464ede5f6a6bba4677b5075f Mon Sep 17 00:00:00 2001 From: Miguel Luis Date: Tue, 16 Jul 2019 09:15:02 +0200 Subject: [PATCH] Updated min TxPower value to 15. --- src/mac/region/RegionAU915.h | 2 +- src/mac/region/RegionUS915.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mac/region/RegionAU915.h b/src/mac/region/RegionAU915.h index ba3119ae4..94157229a 100644 --- a/src/mac/region/RegionAU915.h +++ b/src/mac/region/RegionAU915.h @@ -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 diff --git a/src/mac/region/RegionUS915.h b/src/mac/region/RegionUS915.h index 71faba291..47075e6c5 100644 --- a/src/mac/region/RegionUS915.h +++ b/src/mac/region/RegionUS915.h @@ -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