Update BuildOpt.h to set RADIOLIB_SPI_PARANOID to 1 by default
This commit is contained in:
parent
81c59f61ff
commit
bbace3db41
1 changed files with 2 additions and 2 deletions
|
@ -358,13 +358,13 @@
|
|||
#endif
|
||||
|
||||
/*
|
||||
* Uncomment to enable "paranoid" SPI mode
|
||||
* Comment to disable "paranoid" SPI mode, or set RADIOLIB_SPI_PARANOID to 0
|
||||
* Every write to an SPI register using SPI set function will be verified by a subsequent read operation.
|
||||
* This improves reliability, but slightly slows down communication.
|
||||
* Note: Enabled by default.
|
||||
*/
|
||||
#if !defined(RADIOLIB_SPI_PARANOID)
|
||||
#define RADIOLIB_SPI_PARANOID
|
||||
#define RADIOLIB_SPI_PARANOID 1
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue