Skip to content

Commit bed2fa3

Browse files
authored
HTTPClient example: Fix typo (#8819)
fix from [HTTP} to [HTTP]
1 parent 56107fb commit bed2fa3

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)