Skip to content

Commit f7039f2

Browse files
authored
Merge pull request #160 from Sami-M/patch-1
PUT -> GET typo
2 parents a825b4c + 51e9820 commit f7039f2

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)