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 fd8a4c1 commit 426af8bCopy full SHA for 426af8b
adafruit_esp32spi/adafruit_esp32spi_socketpool.py
@@ -243,10 +243,6 @@ def close(self):
243
"""Close the socket, after reading whatever remains"""
244
self._interface.socket_close(self._socknum)
245
246
- ####################################################################
247
- # WORK IN PROGRESS
248
249
-
250
def accept(self):
251
"""Accept a connection on a listening socket of type SOCK_STREAM,
252
creating a new socket of type SOCK_STREAM. Returns a tuple of
0 commit comments