[SX127x] Clarify FSK FIFO size is due to hardware (#1578)

pull/1581/head
jgromes 2025-08-21 18:39:36 +02:00
rodzic 2d51048050
commit e47f1e20af
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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