Skip to content

Commit 3968821

Browse files
authored
HttpClient uses Serial.printf() (#4488)
changed to log_d()
1 parent 90f869e commit 3968821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/HTTPClient/src/HTTPClient.cpp

+1-1
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)