From be7508e948321d55301f3eb0256feb1014b7a1de Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 24 Nov 2024 08:30:36 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=200bd5b?= =?UTF-8?q?dc8963d6a8b5110aa34da897053f3d6c311=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _s_x1261_8h_source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_s_x1261_8h_source.html b/_s_x1261_8h_source.html index 1373819e..2bc0f7e3 100644 --- a/_s_x1261_8h_source.html +++ b/_s_x1261_8h_source.html @@ -124,7 +124,7 @@ $(document).ready(function(){initNavTree('_s_x1261_8h_source.html',''); initResi
Derived class for SX1261 modules.
Definition: SX1261.h:22
int16_t setOutputPower(int8_t power) override
Sets output power. Allowed values are in range from -17 to 14 dBm.
Definition: SX1261.cpp:8
SX1261(Module *mod)
Default constructor.
Definition: SX1261.cpp:4
-
int16_t checkOutputPower(int8_t power, int8_t *clipped) override
Check if output power is configurable.
Definition: SX1261.cpp:30
+
int16_t checkOutputPower(int8_t power, int8_t *clipped) override
Check if output power is configurable.
Definition: SX1261.cpp:38
Derived class for SX1262 modules.
Definition: SX1262.h:22