Closed
Description
In https://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/server-class.html write()
points to https://www.arduino.cc/en/Reference/WiFiServerWrite. There is written:
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; }
Metadata
Metadata
Assignees
Labels
No labels