未验证 提交 39688218 编写于 作者: F Frank 提交者: GitHub

HttpClient uses Serial.printf() (#4488)

changed to log_d()
上级 90f869e7
......@@ -583,7 +583,7 @@ int HTTPClient::sendRequest(const char * type, uint8_t * payload, size_t size)
}
code = handleHeaderResponse();
Serial.printf("sendRequest code=%d\n", code);
log_d("sendRequest code=%d\n", code);
// Handle redirections as stated in RFC document:
// https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册