mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[Cleanup] Do not include DNS server in minimal OTA builds to reduce size
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user