|
|
float | frequency = 434.0 |
| | Carrier frequency in MHz. Defaults to 434.0 MHz.
|
| |
|
float | bandwidth = 125.0 |
| | LoRa bandwidth in kHz. Defaults to 125.0 kHz.
|
| |
|
uint8_t | spreadingFactor = 9 |
| | LoRa spreading factor. Defaults to 9.
|
| |
|
uint8_t | codingRate = 7 |
| | LoRa coding rate. Defaults to 7 (coding rate 4/7). Allowed values range from 4 to 8. Note that a value of 4 means no coding, is undocumented and not recommended without your own FEC.
|
| |
|
uint8_t | syncWord = RADIOLIB_LORA_SYNC_WORD_PRIVATE |
| | 1-byte LoRa sync word. Defaults to RADIOLIB_LORA_SYNC_WORD_PRIVATE (0x12).
|
| |
|
int8_t | power = 10 |
| | Output power in dBm. Defaults to 10 dBm.
|
| |
|
uint16_t | preambleLength = 8 |
| | LoRa preamble length in symbols. Defaults to 8 symbols.
|
| |
The documentation for this struct was generated from the following file: