[SX126x] Fix upper power range in doxygen
This commit is contained in:
parent
0bd5bdc896
commit
24f1535088
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class SX1261 : public SX1262 {
|
||||||
SX1261(Module* mod); // cppcheck-suppress noExplicitConstructor
|
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.
|
\param power Output power to be set in dBm.
|
||||||
\returns \ref status_codes
|
\returns \ref status_codes
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue