[RF69] Set default FSK bitrate to 4k8
This commit is contained in:
parent
495f1a7862
commit
330e5ad543
1 changed files with 3 additions and 3 deletions
|
@ -461,9 +461,9 @@ class RF69: public PhysicalLayer {
|
||||||
|
|
||||||
\param freq Carrier frequency in MHz. Defaults to 434.0 MHz.
|
\param freq Carrier frequency in MHz. Defaults to 434.0 MHz.
|
||||||
|
|
||||||
\param br Bit rate to be used in kbps. Defaults to 48.0 kbps.
|
\param br Bit rate to be used in kbps. Defaults to 4.8 kbps.
|
||||||
|
|
||||||
\param freqDev Frequency deviation from carrier frequency in kHz Defaults to 50.0 kHz.
|
\param freqDev Frequency deviation from carrier frequency in kHz Defaults to 5.0 kHz.
|
||||||
|
|
||||||
\param rxBw Receiver bandwidth in kHz. Defaults to 125.0 kHz.
|
\param rxBw Receiver bandwidth in kHz. Defaults to 125.0 kHz.
|
||||||
|
|
||||||
|
@ -473,7 +473,7 @@ class RF69: public PhysicalLayer {
|
||||||
|
|
||||||
\returns \ref status_codes
|
\returns \ref status_codes
|
||||||
*/
|
*/
|
||||||
int16_t begin(float freq = 434.0, float br = 48.0, float freqDev = 50.0, float rxBw = 125.0, int8_t power = 10, uint8_t preambleLen = 16);
|
int16_t begin(float freq = 434.0, float br = 4.8, float freqDev = 5.0, float rxBw = 125.0, int8_t power = 10, uint8_t preambleLen = 16);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Reset method. Will reset the chip to the default state using RST pin.
|
\brief Reset method. Will reset the chip to the default state using RST pin.
|
||||||
|
|
Loading…
Add table
Reference in a new issue