[SX127x] Fixed FSK maximum packet length
This commit is contained in:
parent
9836e57616
commit
ce26892567
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
// SX127x physical layer properties
|
||||
#define RADIOLIB_SX127X_FREQUENCY_STEP_SIZE 61.03515625
|
||||
#define RADIOLIB_SX127X_MAX_PACKET_LENGTH 255
|
||||
#define RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK 63
|
||||
#define RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK 64
|
||||
#define RADIOLIB_SX127X_CRYSTAL_FREQ 32.0
|
||||
#define RADIOLIB_SX127X_DIV_EXPONENT 19
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue