Fix typo issue

This commit is contained in:
luc 2015-10-23 16:18:18 +08:00
parent eae00a3648
commit 3cbb3fc14e

View File

@ -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");