Home IO Control
ESPHome add-on for IO-Homecontrol devices
Loading...
Searching...
No Matches
esphome::home_io_control::RadioTxConfig Struct Reference

Configuration for transmitting a packet: carrier frequency and preamble length. More...

#include <radio_interface.h>

Collaboration diagram for esphome::home_io_control::RadioTxConfig:

Public Attributes

uint32_t freq_hz {FREQ_CH2}
 Carrier frequency in Hz.
uint16_t preamble_len {SHORT_PREAMBLE}
 Preamble length in symbol periods (bytes).

Detailed Description

Configuration for transmitting a packet: carrier frequency and preamble length.

Definition at line 46 of file radio_interface.h.

Member Data Documentation

◆ freq_hz

uint32_t esphome::home_io_control::RadioTxConfig::freq_hz {FREQ_CH2}

Carrier frequency in Hz.

Definition at line 47 of file radio_interface.h.

◆ preamble_len

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.


The documentation for this struct was generated from the following file: