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.
2 parents a825b4c + 51e9820 commit f7039f2Copy full SHA for f7039f2
examples/WiFiWebClientRepeating/WiFiWebClientRepeating.ino
@@ -94,7 +94,7 @@ void httpRequest() {
94
// if there's a successful connection:
95
if (client.connect(server, 80)) {
96
Serial.println("connecting...");
97
- // send the HTTP PUT request:
+ // send the HTTP GET request:
98
client.println("GET / HTTP/1.1");
99
client.println("Host: example.org");
100
client.println("User-Agent: ArduinoWiFi/1.1");
0 commit comments