From 3975f5ecd07e1b5b5d3e398271b74b4b81252f8d Mon Sep 17 00:00:00 2001 From: luc lebosse Date: Tue, 28 Jun 2016 13:33:39 +0200 Subject: [PATCH] put back mDns feature by default --- esp3d/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp3d/config.h b/esp3d/config.h index 7df5c974..3e77cd45 100644 --- a/esp3d/config.h +++ b/esp3d/config.h @@ -27,7 +27,7 @@ //comment to disable //MDNS_FEATURE: this feature allow type the name defined //in web browser by default: http:\\esp8266.local and connect -//#define MDNS_FEATURE +#define MDNS_FEATURE //SSDD_FEATURE: this feature is a discovery protocol, supported on Windows out of the box #define SSDP_FEATURE