1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00

fix documented parameter (#6392)

This commit is contained in:
teo1978 2019-08-07 14:16:07 +02:00 committed by david gauchard
parent 88f0410c4b
commit a8873c2364

View File

@ -558,7 +558,7 @@ void HTTPClient::setRedirectLimit(uint16_t limit)
/**
* use HTTP1.0
* @param timeout
* @param useHTTP10 bool
*/
void HTTPClient::useHTTP10(bool useHTTP10)
{