Added note about SPI slowdown
This commit is contained in:
parent
0d3435c595
commit
d85dd1f8fd
1 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,11 @@
|
|||
// the following must be defined if the Arduino core does not support tone function
|
||||
//#define RADIOLIB_TONE_UNSUPPORTED
|
||||
|
||||
// some platforms seem to have issues with SPI modules that use a command interface
|
||||
// this can be mitigated by adding delays into SPI communication
|
||||
// (see https://github.com/jgromes/RadioLib/issues/158 for details)
|
||||
//#define RADIOLIB_SPI_SLOWDOWN
|
||||
|
||||
// some of RadioLib drivers may be excluded, to prevent collisions with platforms (or to speed up build process)
|
||||
// the following is a complete list of all possible exclusion macros, uncomment any of them to disable that driver
|
||||
// NOTE: Some of the exclusion macros are dependent on each other. For example, it is not possible to exclude RF69
|
||||
|
|
Loading…
Add table
Reference in a new issue