From 0cd9dd298349f3a113e79f0b36f45ec8621f5cbe Mon Sep 17 00:00:00 2001 From: jgromes Date: Wed, 4 Jan 2023 10:22:06 +0100 Subject: [PATCH] [SX126x] Added note about allowed OCP range (#654) --- src/modules/SX126x/SX126x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/SX126x/SX126x.h b/src/modules/SX126x/SX126x.h index a96c5103..b56bcb29 100644 --- a/src/modules/SX126x/SX126x.h +++ b/src/modules/SX126x/SX126x.h @@ -659,7 +659,7 @@ class SX126x: public PhysicalLayer { /*! \brief Sets current protection limit. Can be set in 2.5 mA steps. - \param currentLimit current protection limit to be set in mA. + \param currentLimit current protection limit to be set in mA. Allowed values range from 0 to 140. \returns \ref status_codes */