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 3bdbba0 commit ea5f86bCopy full SHA for ea5f86b
adafruit_esp32spi/adafruit_esp32spi_socket.py
@@ -107,7 +107,8 @@ 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
- :param int bufsize: maximum number of bytes to receive
+
111
+ :param int bufsize: maximum number of bytes to receive
112
"""
113
# print("Socket read", bufsize)
114
if bufsize == 0: # read as much as we can at the moment
0 commit comments