[SX126x] Fixed parameters in doxygen comments

This commit is contained in:
jgromes 2019-12-09 20:19:29 +01:00
parent 735dd4f551
commit ae6ca75e6b

View file

@ -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.