ESPHome 2025.5.0
Loading...
Searching...
No Matches
mdns_host.cpp
Go to the documentation of this file.
2#if defined(USE_HOST) && defined(USE_MDNS)
3
6#include "esphome/core/log.h"
7#include "mdns_component.h"
8
9namespace esphome {
10namespace mdns {
11
12void MDNSComponent::setup() { this->compile_records_(); }
13
15
16} // namespace mdns
17} // namespace esphome
18
19#endif
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7