mirror of
https://github.com/esphome/esphome.git
synced 2025-10-09 21:33:48 +01:00
Do not build mDNS when mDNS is disabled via yaml (#6979)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#ifdef USE_RP2040
|
||||
#include "esphome/core/defines.h"
|
||||
#if defined(USE_RP2040) && defined(USE_MDNS)
|
||||
|
||||
#include "esphome/components/network/ip_address.h"
|
||||
#include "esphome/components/network/util.h"
|
||||
|
Reference in New Issue
Block a user