Documentation update, about setFifoThreshold.

This commit is contained in:
Szczepan 2024-11-03 16:56:57 +01:00
parent 68ebbf59b7
commit 7d6929a4ad
2 changed files with 4 additions and 0 deletions

View file

@ -650,6 +650,8 @@ class RF69: public PhysicalLayer {
/*! /*!
\brief Set FIFO threshold level. \brief Set FIFO threshold level.
Be aware that threshold is also set in setFifoFullAction method.
setFifoThreshold method must be called AFTER calling setFifoFullAction!
\param Threshold level. \param Threshold level.
*/ */
void setFifoThreshold(uint8_t threshold); void setFifoThreshold(uint8_t threshold);

View file

@ -763,6 +763,8 @@ class SX127x: public PhysicalLayer {
/*! /*!
\brief Set FIFO threshold level. \brief Set FIFO threshold level.
Be aware that threshold is also set in setFifoFullAction method.
setFifoThreshold method must be called AFTER calling setFifoFullAction!
\param Threshold level. \param Threshold level.
*/ */
void setFifoThreshold(uint8_t threshold); void setFifoThreshold(uint8_t threshold);