Skip to content

Commit 51e9820

Browse files
authored
PUT -> GET typo
Updating comment to match code
1 parent 998c4c6 commit 51e9820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/WiFiWebClientRepeating/WiFiWebClientRepeating.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void httpRequest() {
9494
// if there's a successful connection:
9595
if (client.connect(server, 80)) {
9696
Serial.println("connecting...");
97-
// send the HTTP PUT request:
97+
// send the HTTP GET request:
9898
client.println("GET / HTTP/1.1");
9999
client.println("Host: example.org");
100100
client.println("User-Agent: ArduinoWiFi/1.1");

0 commit comments

Comments
 (0)