We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77abe48 commit 4a21b4cCopy full SHA for 4a21b4c
1 file changed
adafruit_esp32spi/adafruit_esp32spi_socket.py
@@ -95,7 +95,7 @@ def write(self, data):
95
def readline(self, eol=b"\r\n"):
96
"""Attempt to return as many bytes as we can up to but not including
97
end-of-line character (default is '\\r\\n')"""
98
-
+
99
# print("Socket readline")
100
stamp = time.monotonic()
101
while eol not in self._buffer:
0 commit comments