You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write data to all the clients connected to a server.
That is not true for this library. The method is not implemented: size_t WiFiServer::write(const uint8_t *buffer, size_t size) { // write to all clients // not implemented (void) buffer; (void) size; return 0; }