Skip to content

Commit 0d56e34

Browse files
committed
WiFiS3: remove debug print
1 parent 08fc388 commit 0d56e34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/WiFiS3/src/WiFi.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ void CWifi::_config(IPAddress local_ip, IPAddress gateway, IPAddress subnet, IPA
150150
void CWifi::config(IPAddress local_ip, IPAddress dns_server) {
151151
/* -------------------------------------------------------------------------- */
152152
IPAddress _gw(local_ip[0],local_ip[1], local_ip[2], 1);
153-
Serial.println(_gw);
154153
IPAddress _sm(255,255,255,0);
155154
IPAddress dns(0,0,0,0);
156155
return _config(local_ip, _gw, _sm,dns_server,dns);

0 commit comments

Comments
 (0)