We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1695cc4 commit 6724aaaCopy full SHA for 6724aaa
ESP8266/ESP8266.cpp
@@ -739,7 +739,6 @@ bool ESP8266::close(int id)
739
_clear_socket_packets(id);
740
_smutex.unlock();
741
// ESP8266 has a habit that it might close a socket on its own.
742
- //debug("ESP8266: socket %d already closed when calling close\n", id);
743
return true;
744
}
745
} else {
@@ -873,8 +872,6 @@ void ESP8266::_oob_connection_status()
873
872
"ESP8266::_oob_connection_status: network status timed out\n");
874
875
876
- //debug("ESP8266::_oob_connection_status: network state changed to WIFI \"%s\" (%d)\n", status, _connection_status);
877
-
878
if(_connection_status_cb) {
879
_connection_status_cb(NSAPI_EVENT_CONNECTION_STATUS_CHANGE, _connection_status);
880
0 commit comments