[Cleanup] Do not include DNS server in minimal OTA builds to reduce size

This commit is contained in:
TD-er
2021-05-23 00:49:40 +02:00
parent 113ec4689e
commit 5ee2e33121
+4 -2
View File
@@ -1685,8 +1685,10 @@ To create/register a plugin, you have to :
#endif
#ifdef WEBSERVER_SETUP
#ifndef FEATURE_DNS_SERVER
#define FEATURE_DNS_SERVER
#ifndef PLUGIN_BUILD_MINIMAL_OTA
#ifndef FEATURE_DNS_SERVER
#define FEATURE_DNS_SERVER
#endif
#endif
#endif