Browse Source

cfg: ignore MDNS_CLIENT_SUPPORT with lwip2

master
Max Prokhorov 5 years ago
parent
commit
0ede907400
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      code/espurna/config/dependencies.h

+ 5
- 0
code/espurna/config/dependencies.h View File

@ -81,3 +81,8 @@
#undef OTA_CLIENT_HTTPUPDATE_2_3_0_COMPATIBLE
#define OTA_CLIENT_HTTPUPDATE_2_3_0_COMPATIBLE 0 // Use new HTTPUpdate API with BearSSL
#endif
#if LWIP_VERSION_MAJOR != 1
#undef MDNS_CLIENT_SUPPORT
#define MDNS_CLIENT_SUPPORT 0 // default resolver already handles this
#endif

Loading…
Cancel
Save