Define FIFO Size, Max packet Length for FIFO refills
This commit is contained in:
parent
a4ec7cd919
commit
bf0f27208b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
// CC1101 physical layer properties
|
// CC1101 physical layer properties
|
||||||
#define RADIOLIB_CC1101_FREQUENCY_STEP_SIZE 396.7285156
|
#define RADIOLIB_CC1101_FREQUENCY_STEP_SIZE 396.7285156
|
||||||
#define RADIOLIB_CC1101_MAX_PACKET_LENGTH 255
|
#define RADIOLIB_CC1101_MAX_PACKET_LENGTH 255
|
||||||
#define RADIOLIB_CC1101_MAX_PACKET_LENGTH 64
|
#define RADIOLIB_CC1101_FIFO_SIZE 64
|
||||||
#define RADIOLIB_CC1101_CRYSTAL_FREQ 26.0f
|
#define RADIOLIB_CC1101_CRYSTAL_FREQ 26.0f
|
||||||
#define RADIOLIB_CC1101_DIV_EXPONENT 16
|
#define RADIOLIB_CC1101_DIV_EXPONENT 16
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue