From 255cd5ccbe2f117aceb059913b362b082ee46b81 Mon Sep 17 00:00:00 2001 From: teo1978 Date: Wed, 7 Aug 2019 12:05:52 +0200 Subject: [PATCH] wrong param documentation I'm pretty sure that was copied and pasted from another method and not updated. --- libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp b/libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp index cab81afde6..9bfac6cc29 100644 --- a/libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp +++ b/libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp @@ -558,7 +558,7 @@ void HTTPClient::setRedirectLimit(uint16_t limit) /** * use HTTP1.0 - * @param timeout + * @param useHTTP10 bool */ void HTTPClient::useHTTP10(bool useHTTP10) {