mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
Disable startMDNS() in favor of mDNS.js
Without this the esp8266 uses the mdns port 5353 and silently ignores any message to be received mDNS.js.
This commit is contained in:
parent
f3378c4a8d
commit
aa75f14ebb
@ -1066,7 +1066,10 @@ void jswrap_wifi_setHostname(
|
||||
|
||||
static bool mdns_started;
|
||||
|
||||
// FIXME: To be removed in favor of using mDNS.js module instead
|
||||
void startMDNS(char *hostname) {
|
||||
return; // FIXME: debug
|
||||
|
||||
if (mdns_started) stopMDNS();
|
||||
|
||||
// find our IP address
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user