mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Fixing Server.available().
I got rid of the parameterless version of the Client() constructor, so I need to pass in MAX_SOCK_NUM.
This commit is contained in:
parent
1e0f968387
commit
c649777277
@ -63,7 +63,7 @@ Client Server::available()
|
||||
}
|
||||
}
|
||||
|
||||
return Client();
|
||||
return Client(MAX_SOCK_NUM);
|
||||
}
|
||||
|
||||
void Server::write(uint8_t b)
|
||||
|
Loading…
x
Reference in New Issue
Block a user