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 9b25537 commit 682b2c8Copy full SHA for 682b2c8
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