We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c01b8d commit 82317c8Copy full SHA for 82317c8
1 file changed
adafruit_esp32spi/adafruit_esp32spi_socket.py
@@ -139,6 +139,7 @@ def read(self, size=0):
139
return ret
140
141
def settimeout(self, value):
142
+ """Set the read timeout for sockets, if value is 0 it will block"""
143
self._timeout = value
144
145
def close(self):
0 commit comments