1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-05-08 05:41:40 +03:00
Earle F. Philhower, III 76ed52c1b2 Update WiFiServer docs for ::write(all clients) (#6338)
Fixes #5116
Fixes #2743

The Arduino WiFiClient object allows sending the same packet to all
connected clients of a WiFiServer.  In their implementation it may make
sense, but on the 8266 with things like SSL it doesn't.

Update the docs to note that WiFiServer::write() is a no-op, and that
the app should use the WiFiCliebnt::write() on all connected clients as
appropriate.
2019-07-25 14:31:00 +02:00
..
2015-08-10 19:22:33 +03:00
2015-07-23 01:29:12 +03:00
2015-05-04 18:31:48 +02:00
2016-02-06 13:16:00 +08:00
2016-02-06 13:16:00 +08:00
2015-05-04 18:31:48 +02:00
2019-07-18 10:11:43 -07:00
2016-03-10 07:34:36 +01:00
2015-06-02 00:11:20 +03:00