From f25f902c209ff9c7bda71b66f3d362862c785701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Fri, 11 Nov 2022 08:59:16 +0100 Subject: [PATCH] max power for the 1280 is +13dBm --- src/mesh/SX128xInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/SX128xInterface.cpp b/src/mesh/SX128xInterface.cpp index d717f3b6..0044ae7e 100644 --- a/src/mesh/SX128xInterface.cpp +++ b/src/mesh/SX128xInterface.cpp @@ -6,7 +6,7 @@ // Particular boards might define a different max power based on what their hardware can do #ifndef SX128X_MAX_POWER -#define SX128X_MAX_POWER 22 +#define SX128X_MAX_POWER 13 #endif template