We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d74d7 commit 0cd9344Copy full SHA for 0cd9344
libraries/lwIpWrapper/src/lwipClient.h
@@ -56,7 +56,7 @@ class lwipClient : public Client {
56
{
57
return (_tcp_client->pcb->remote_port);
58
};
59
- void setTimeout(uint16_t timeout)
+ void setConnectionTimeout(uint16_t timeout)
60
61
_timeout = timeout;
62
}
0 commit comments