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 ea5f86b commit 98f31adCopy full SHA for 98f31ad
adafruit_esp32spi/adafruit_esp32spi_socket.py
@@ -107,7 +107,7 @@ def readline(self):
107
def recv(self, bufsize=0):
108
"""Reads some bytes from the connected remote address. Will only return
109
an empty string after the configured timeout.
110
-
+
111
:param int bufsize: maximum number of bytes to receive
112
"""
113
# print("Socket read", bufsize)
0 commit comments