10000 Fix typo by koliwbr · Pull Request #8819 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Fix typo #8819

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix typo
fix from [HTTP} to [HTTP]
  • Loading branch information
koliwbr authored Jan 20, 2023
commit 331294b30aa659d80effa583c36b17d7d5e3ae30
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