[SX126x] Fix upper power range in doxygen

This commit is contained in:
jgromes 2024-11-24 10:38:35 +01:00
parent 0bd5bdc896
commit 24f1535088

View file

@ -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
*/