From d85dd1f8fd59f3b58df973cdf2c0d8c2b012d429 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 21 Feb 2021 16:36:05 +0100 Subject: [PATCH] Added note about SPI slowdown --- src/BuildOpt.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/BuildOpt.h b/src/BuildOpt.h index af7a1b70..0fba0a26 100644 --- a/src/BuildOpt.h +++ b/src/BuildOpt.h @@ -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