Update CC1101.h
Add Max packet size for FIFO Refills
This commit is contained in:
parent
fc6ff698b9
commit
a4ec7cd919
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,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 64
|
#define RADIOLIB_CC1101_MAX_PACKET_LENGTH 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