We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00825c8 commit 643b462Copy full SHA for 643b462
examples/esp32spi_tcp_client.py
@@ -37,7 +37,7 @@
37
s.connect(socketaddr)
38
39
print("Sending")
40
-s.send(b'Hello, world')
+s.send(b"Hello, world")
41
42
print("Receiving")
43
print(s.recv(128))
0 commit comments