1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00
This commit is contained in:
J. Nick Koston
2026-01-09 13:16:52 -10:00
parent 32e0f2624d
commit d3c3454778

View File

@@ -105,9 +105,11 @@ async def to_code(config):
# Compile platform-specific DNS server implementations
# ESP32 Arduino uses IDF components, so both use dns_server_esp32_idf.cpp
FILTER_SOURCE_FILES = filter_source_files_from_platform(
{
"dns_server_esp32_idf.cpp": {
PlatformFramework.ESP32_ARDUINO,
PlatformFramework.ESP32_IDF,
},
"dns_server_arduino.cpp": {