Skip to content

Commit 9fb43f4

Browse files
koliwbrhasenradball
authored andcommitted
HTTPClient example: Fix typo (esp8266#8819)
fix from [HTTP} to [HTTP]
1 parent 4ccaca4 commit 9fb43f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266HTTPClient/examples/BasicHttpClient/BasicHttpClient.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void loop() {
6767

6868
http.end();
6969
} else {
70-
Serial.printf("[HTTP} Unable to connect\n");
70+
Serial.println("[HTTP] Unable to connect");
7171
}
7272
}
7373

0 commit comments

Comments
 (0)