From 7d4058f49dadec6f135a8534d550d68ee862159b Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 15 Sep 2020 18:00:21 -0700 Subject: [PATCH] let users set 20 dBm if they wish --- src/mesh/RF95Interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/RF95Interface.cpp b/src/mesh/RF95Interface.cpp index 3e19404b..3d03e403 100644 --- a/src/mesh/RF95Interface.cpp +++ b/src/mesh/RF95Interface.cpp @@ -3,7 +3,7 @@ #include "RadioLibRF95.h" #include -#define MAX_POWER 17 +#define MAX_POWER 20 // if we use 20 we are limited to 1% duty cycle or hw might overheat. For continuous operation set a limit of 17 #define POWER_DEFAULT 17 // How much power to use if the user hasn't set a power level