From 3cbb3fc14e83301f8fb660a941754af5eb40a9d5 Mon Sep 17 00:00:00 2001 From: luc Date: Fri, 23 Oct 2015 16:18:18 +0800 Subject: [PATCH] Fix typo issue --- esp8266/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp8266/config.cpp b/esp8266/config.cpp index 17419516..db636506 100644 --- a/esp8266/config.cpp +++ b/esp8266/config.cpp @@ -333,7 +333,7 @@ Serial.print("SSDP : "); Serial.println("Disabled"); #endif Serial.print("mDNS : "); -#ifdef MDNS +#ifdef MDNS_FEATURE Serial.println("Enabled"); #else Serial.println("Disabled");