disable mdns for now

v2.1
Thorsten von Eicken 9 years ago
parent 9920fd500e
commit 9b6612135a
  1. 2
      esp-link/cgiwifi.c

@ -113,7 +113,7 @@ wifiAddStateChangeCb(WifiStateChangeCb cb) {
DBG("WIFI: max state change cb count exceeded\n");
}
static bool mdns_started = false;
static bool mdns_started = true;
static struct mdns_info mdns_info;
// cannot allocate the info struct on the stack, it crashes!

Loading…
Cancel
Save