[Si443x] Set default FSK bitrate to 4k8

pull/427/head
jgromes 2021-11-27 18:13:35 +01:00
rodzic 1698409e84
commit 1240659d0c
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -44,7 +44,7 @@ class Si4430: public Si4432 {
\returns \ref status_codes
*/
int16_t begin(float freq = 434.0, float br = 48.0, float freqDev = 50.0, float rxBw = 181.1, 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 = 181.1, int8_t power = 10, uint8_t preambleLen = 16);
// configuration methods

Wyświetl plik

@ -44,7 +44,7 @@ class Si4431: public Si4432 {
\returns \ref status_codes
*/
int16_t begin(float freq = 434.0, float br = 48.0, float freqDev = 50.0, float rxBw = 181.1, 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 = 181.1, int8_t power = 10, uint8_t preambleLen = 16);
// configuration methods

Wyświetl plik

@ -44,7 +44,7 @@ class Si4432: public Si443x {
\returns \ref status_codes
*/
int16_t begin(float freq = 434.0, float br = 48.0, float freqDev = 50.0, float rxBw = 181.1, 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 = 181.1, int8_t power = 10, uint8_t preambleLen = 16);
// configuration methods