From 8d59216671150e3d435f9505dd6580e03a25d0cd Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 27 Nov 2023 17:46:02 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20f4938?= =?UTF-8?q?ea5854e006eb731555023ecae34bec82c6e=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _build_opt_8h_source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_build_opt_8h_source.html b/_build_opt_8h_source.html index a7ef5dc0..e726c46b 100644 --- a/_build_opt_8h_source.html +++ b/_build_opt_8h_source.html @@ -446,13 +446,13 @@ $(document).ready(function(){initNavTree('_build_opt_8h_source.html',''); initRe
358 #endif
359 
360 /*
-
361  * Uncomment to enable "paranoid" SPI mode
+
361  * Comment to disable "paranoid" SPI mode, or set RADIOLIB_SPI_PARANOID to 0
362  * Every write to an SPI register using SPI set function will be verified by a subsequent read operation.
363  * This improves reliability, but slightly slows down communication.
364  * Note: Enabled by default.
365  */
366 #if !defined(RADIOLIB_SPI_PARANOID)
-
367  #define RADIOLIB_SPI_PARANOID
+
367  #define RADIOLIB_SPI_PARANOID 1
368 #endif
369 
370 /*