We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 773d248 + fda05e8 commit aee54e9Copy full SHA for aee54e9
libraries/WiFi/src/WiFi.cpp
@@ -89,6 +89,7 @@ void CWifi::config(IPAddress local_ip) {
89
_gw[3] = 1;
90
91
_config(local_ip, _gw, _nm);
92
+ setDNS(_gw);
93
}
94
95
extern uint8_t *IpAddress2uint8(IPAddress a);
0 commit comments