File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,7 @@ randomByte KEYWORD2
197
197
getPacketLength KEYWORD2
198
198
setFifoEmptyAction KEYWORD2
199
199
clearFifoEmptyAction KEYWORD2
200
+ setFifoThreshold KEYWORD2
200
201
setFifoFullAction KEYWORD2
201
202
clearFifoFullAction KEYWORD2
202
203
fifoAdd KEYWORD2
Original file line number Diff line number Diff line change @@ -652,7 +652,7 @@ class RF69: public PhysicalLayer {
652
652
\brief Set FIFO threshold level.
653
653
Be aware that threshold is also set in setFifoFullAction method.
654
654
setFifoThreshold method must be called AFTER calling setFifoFullAction!
655
- \param Threshold level.
655
+ \param threshold Threshold level in bytes .
656
656
*/
657
657
void setFifoThreshold (uint8_t threshold);
658
658
Original file line number Diff line number Diff line change @@ -765,7 +765,7 @@ class SX127x: public PhysicalLayer {
765
765
\brief Set FIFO threshold level.
766
766
Be aware that threshold is also set in setFifoFullAction method.
767
767
setFifoThreshold method must be called AFTER calling setFifoFullAction!
768
- \param Threshold level.
768
+ \param threshold Threshold level in bytes .
769
769
*/
770
770
void setFifoThreshold (uint8_t threshold );
771
771
You can’t perform that action at this time.
0 commit comments