diff --git a/code/espurna/wifi.cpp b/code/espurna/wifi.cpp index a42d17f9..f230b6ea 100644 --- a/code/espurna/wifi.cpp +++ b/code/espurna/wifi.cpp @@ -654,8 +654,7 @@ struct IpSettings { explicit operator bool() const { return _ip.isSet() && _netmask.isSet() - && _gateway.isSet() - && _dns.isSet(); + && _gateway.isSet(); } ip_info toIpInfo() const {