Doubt: In soft-AP mode, server.send ()
Posted: Wed Mar 14, 2018 12:23 pm
I use esp8266/Arduino ESP8266WebServer lib
doubt:
In soft-AP mode, server.send(200, "text/plain", String (lalala));
Is it sent to all connected clients?
Is it possible send different messages to the connected clients?
Regards
doubt:
In soft-AP mode, server.send(200, "text/plain", String (lalala));
Is it sent to all connected clients?
Is it possible send different messages to the connected clients?
Regards