Skip to content

Commit

Permalink
HTTPClient example: Fix typo (#8819)
Browse files Browse the repository at this point in the history
fix from [HTTP} to [HTTP]
  • Loading branch information
koliwbr committed Jan 20, 2023
1 parent 56107fb commit bed2fa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void loop() {

http.end();
} else {
Serial.printf("[HTTP} Unable to connect\n");
Serial.println("[HTTP] Unable to connect");
}
}

Expand Down

0 comments on commit bed2fa3

Please sign in to comment.