Skip to content

Commit

Permalink
Fix explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Crsarmv7l authored Mar 25, 2024
1 parent 1a785a0 commit 8c0587b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/CC1101/CC1101.h
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ class CC1101: public PhysicalLayer {
/*!
\brief Set modem in "sniff" mode: no packet filtering (e.g., no preamble, sync word, address, CRC).
\param enable Set or unset promiscuous mode.
\param carriersense above threshold on no carriersense
\param defaults to false: no carriersense, true: sets carriersense above threshold
\returns \ref status_codes
*/
int16_t setPromiscuousMode(bool enable = true, bool requireCarrierSense = false);
Expand Down

0 comments on commit 8c0587b

Please sign in to comment.