Skip to content

Commit 255cd5c

Browse files
authored
wrong param documentation
I'm pretty sure that was copied and pasted from another method and not updated.
1 parent 88f0410 commit 255cd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ void HTTPClient::setRedirectLimit(uint16_t limit)
558558

559559
/**
560560
* use HTTP1.0
561-
* @param timeout
561+
* @param useHTTP10 bool
562562
*/
563563
void HTTPClient::useHTTP10(bool useHTTP10)
564564
{

0 commit comments

Comments
 (0)