From ae6ca75e6bcdcd652b250487eace11315a39a27b Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 9 Dec 2019 20:19:29 +0100 Subject: [PATCH] [SX126x] Fixed parameters in doxygen comments --- src/modules/SX126x/SX1268.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/SX126x/SX1268.h b/src/modules/SX126x/SX1268.h index 5a1453d2..ccc0ce50 100644 --- a/src/modules/SX126x/SX1268.h +++ b/src/modules/SX126x/SX1268.h @@ -77,7 +77,7 @@ class SX1268: public SX126x { // configuration methods /*! - \brief Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. + \brief Sets carrier frequency. Allowed values are in range from 410.0 to 810.0 MHz. \param freq Carrier frequency to be set in MHz. @@ -88,7 +88,7 @@ class SX1268: public SX126x { int16_t setFrequency(float freq, bool calibrate = true); /*! - \brief Sets output power. Allowed values are in range from -17 to 22 dBm. + \brief Sets output power. Allowed values are in range from -9 to 22 dBm. \param power Output power to be set in dBm.