mirror of
https://gitlab.com/wirelos/sprocket-network-wifi.git
synced 2025-12-14 20:56:39 +01:00
Comment out mdns
This commit is contained in:
@@ -28,7 +28,9 @@ int WiFiNet::connect(){
|
||||
if(!connectStation()) {
|
||||
createAccessPoint();
|
||||
}
|
||||
startDNS();
|
||||
// FIXME refactor mdns to plugin
|
||||
// current mdns lib has a bug causing a reboot
|
||||
//startDNS();
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user