HttpClient uses Serial.printf() (#4488)

changed to log_d()
This commit is contained in:
Frank 2020-11-04 13:49:33 +01:00 committed by GitHub
parent 90f869e772
commit 3968821834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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