From 02306bda91bdeef3dea2def9513ffc05f90baf4e Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 5 Mar 2023 19:29:06 +0100 Subject: [PATCH] Added further explanation of the -707 error code (#691) --- src/TypeDef.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/TypeDef.h b/src/TypeDef.h index 50173814..128ae0bb 100644 --- a/src/TypeDef.h +++ b/src/TypeDef.h @@ -387,6 +387,11 @@ /*! \brief SX126x failed to execute SPI command. + Often this means that the module is trying to use TCXO while + XTAL is connected (or vice versa). Make sure your crystal setup + (e.g. TCXO reference voltage) matches your hardware by setting + "tcxoVoltage" to 0 when using XTAL module, or to appropriate value + when using TCXO module. */ #define RADIOLIB_ERR_SPI_CMD_FAILED (-707)