We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337cf1b commit 850e93fCopy full SHA for 850e93f
libraries/SimpleMDNS/src/SimpleMDNS.cpp
@@ -37,7 +37,7 @@ bool SimpleMDNS::begin(const char *hostname, unsigned int ttl) {
37
__setStateChangeCallback(_statusCB);
38
_hostname = strdup(hostname);
39
_running = true;
40
-
+
41
return true;
42
}
43
0 commit comments