From 24f1535088bb949d1c5cad8e78a9ed5cb97250f5 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 24 Nov 2024 10:38:35 +0100 Subject: [PATCH] [SX126x] Fix upper power range in doxygen --- src/modules/SX126x/SX1261.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/SX126x/SX1261.h b/src/modules/SX126x/SX1261.h index 196cc21b..5c5e3bed 100644 --- a/src/modules/SX126x/SX1261.h +++ b/src/modules/SX126x/SX1261.h @@ -28,7 +28,7 @@ class SX1261 : public SX1262 { SX1261(Module* mod); // cppcheck-suppress noExplicitConstructor /*! - \brief Sets output power. Allowed values are in range from -17 to 14 dBm. + \brief Sets output power. Allowed values are in range from -17 to 15 dBm. \param power Output power to be set in dBm. \returns \ref status_codes */