Skip to content

Commit 0cd9344

Browse files
committed
lwipClient: rename setTimeout in setConnectionTimeout
1 parent 28d74d7 commit 0cd9344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/lwIpWrapper/src/lwipClient.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class lwipClient : public Client {
5656
{
5757
return (_tcp_client->pcb->remote_port);
5858
};
59-
void setTimeout(uint16_t timeout)
59+
void setConnectionTimeout(uint16_t timeout)
6060
{
6161
_timeout = timeout;
6262
}

0 commit comments

Comments
 (0)