Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3968821

Browse filesBrowse files
authored
HttpClient uses Serial.printf() (espressif#4488)
changed to log_d()
1 parent 90f869e commit 3968821
Copy full SHA for 3968821

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎libraries/HTTPClient/src/HTTPClient.cpp

Copy file name to clipboardExpand all lines: libraries/HTTPClient/src/HTTPClient.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ int HTTPClient::sendRequest(const char * type, uint8_t * payload, size_t size)
583583
}
584584

585585
code = handleHeaderResponse();
586-
Serial.printf("sendRequest code=%d\n", code);
586+
log_d("sendRequest code=%d\n", code);
587587

588588
// Handle redirections as stated in RFC document:
589589
// https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.