|
Home IO Control
ESPHome add-on for IO-Homecontrol devices
|
Configuration for transmitting a packet: carrier frequency and preamble length. More...
#include <radio_interface.h>
Public Attributes | |
| uint32_t | freq_hz {FREQ_CH2} |
| Carrier frequency in Hz. | |
| uint16_t | preamble_len {SHORT_PREAMBLE} |
| Preamble length in symbol periods (bytes). | |
Configuration for transmitting a packet: carrier frequency and preamble length.
Definition at line 46 of file radio_interface.h.
| uint32_t esphome::home_io_control::RadioTxConfig::freq_hz {FREQ_CH2} |
Carrier frequency in Hz.
Definition at line 47 of file radio_interface.h.
| uint16_t esphome::home_io_control::RadioTxConfig::preamble_len {SHORT_PREAMBLE} |
Preamble length in symbol periods (bytes).
Definition at line 48 of file radio_interface.h.