Added further explanation of the -707 error code (#691)
This commit is contained in:
parent
823c0ff82c
commit
02306bda91
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue