mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-12-05 16:49:30 +01:00
The MDNS component has been refactored from a single monolithic file mdns.c into a set of focused modules with clear responsibilities. This restructuring maintains the same functionality while improving code organization, maintainability, and testability. In the stage#2 we will focus on module based tests In the stage#3 we will focus on small scale refators and optimizations
7 lines
260 B
Plaintext
7 lines
260 B
Plaintext
# This file was generated using idf.py save-defconfig. It can be edited manually.
|
|
# Espressif IoT Development Framework (ESP-IDF) 5.5.0 Project Minimal Configuration
|
|
#
|
|
CONFIG_MDNS_PREDEF_NETIF_STA=n
|
|
CONFIG_MDNS_PREDEF_NETIF_AP=n
|
|
CONFIG_MDNS_PREDEF_NETIF_ETH=n
|