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