Skip to content

Commit 3bdbadb

Browse files
authored
Fix preamble it is required not optional (#5089)
1 parent 1918f22 commit 3bdbadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/sx127x.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ LoRa configuration variables:
6161
packet size is fixed. If not configured explicit header mode is enabled and variable packet sizes can
6262
be used. Maximum length is 256. Must be greater than zero when using a ``spreading_factor`` of 6.
6363
- **crc_enable** (**Optional**, bool): Enables a payload CRC calculation/check.
64-
- **preamble_size** (**Optional**, int): Length of the preamble in symbols, minimum of 6. Defaults to 8.
64+
- **preamble_size** (**Required**, int): Length of the preamble in symbols, minimum of 6.
6565
- **spreading_factor** (**Optional**, int): Spreading factor, values range from 6 to 12. Defaults to 7.
6666
- **coding_rate** (**Optional**, enum): Coding rate, values can be ``CR_4_5``, ``CR_4_6``, ``CR_4_7``
6767
or ``CR_4_8``. Defaults to ``CR_4_5``.

0 commit comments

Comments
 (0)