[CC1101] Fixed invalid default Rx bandwidth
This commit is contained in:
parent
93080845d2
commit
760fefaad8
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ class CC1101: public PhysicalLayer {
|
|||
|
||||
\returns \ref status_codes
|
||||
*/
|
||||
int16_t begin(float freq = 434.0, float br = 48.0, float freqDev = 48.0, float rxBw = 125.0, int8_t power = 10, uint8_t preambleLength = 16);
|
||||
int16_t begin(float freq = 434.0, float br = 48.0, float freqDev = 48.0, float rxBw = 135.0, int8_t power = 10, uint8_t preambleLength = 16);
|
||||
|
||||
/*!
|
||||
\brief Blocking binary transmit method.
|
||||
|
|
Loading…
Add table
Reference in a new issue