Skip to content

Commit

Permalink
Documentation update, about setFifoThreshold.
Browse files Browse the repository at this point in the history
  • Loading branch information
SzczepanLeon committed Nov 3, 2024
1 parent 68ebbf5 commit 7d6929a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/RF69/RF69.h
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,8 @@ class RF69: public PhysicalLayer {

/*!
\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.
*/
void setFifoThreshold(uint8_t threshold);
Expand Down
2 changes: 2 additions & 0 deletions src/modules/SX127x/SX127x.h
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,8 @@ class SX127x: public PhysicalLayer {

/*!
\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.
*/
void setFifoThreshold(uint8_t threshold);
Expand Down

0 comments on commit 7d6929a

Please sign in to comment.