We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b25537 + 682b2c8 commit 2648133Copy full SHA for 2648133
examples/esp32spi_tcp_client.py
@@ -37,7 +37,7 @@
37
s.connect(socketaddr)
38
39
print("Sending")
40
-s.send(b"HEAD / HTTP/1.0\r\n\r\n")
+s.send(b"GET /testwifi/index.html HTTP/1.0\r\n\r\n")
41
42
print("Receiving")
43
print(s.recv(1024))
0 commit comments