Skip to content

Commit

Permalink
Disable ESPmDNS
Browse files Browse the repository at this point in the history
(cherry picked from commit 3a5099877b375755674e304f93db84021da7719a)
  • Loading branch information
mathieucarbou committed Jul 20, 2024
1 parent c34339d commit f94f119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lib_ldf_mode = chain
lib_deps =
DNSServer
ESP32 Async UDP
ESPmDNS
; ESPmDNS
FS
Networking
LittleFS
Expand Down Expand Up @@ -84,7 +84,7 @@ build_flags =
-D ELEGANTOTA_USE_ASYNC_WEBSERVER=1
; Flag to disable mDNS which takes a lot of memory
; 25.6 KB …espressif__mdns/mdns.c
; -D ESPCONNECT_NO_MDNS
-D ESPCONNECT_NO_MDNS
; Flag to disable secure clients
; https://github.com/espressif/arduino-esp32/pull/9893
-D HTTPCLIENT_NOSECURE
Expand Down

0 comments on commit f94f119

Please sign in to comment.