From e47f1e20afbc255d0fe9b50ba3793817c21d022a Mon Sep 17 00:00:00 2001 From: jgromes Date: Thu, 21 Aug 2025 18:39:36 +0200 Subject: [PATCH] [SX127x] Clarify FSK FIFO size is due to hardware (#1578) --- src/modules/SX127x/SX127x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/SX127x/SX127x.h b/src/modules/SX127x/SX127x.h index 59d5cb2c..37135f98 100644 --- a/src/modules/SX127x/SX127x.h +++ b/src/modules/SX127x/SX127x.h @@ -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 64 +#define RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK 64 // as per datasheet Rev. 7, page 66, the FSK FIFO is just 64 bytes #define RADIOLIB_SX127X_CRYSTAL_FREQ 32.0f #define RADIOLIB_SX127X_DIV_EXPONENT 19