So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Ciriaco
#74601 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
User avatar
By Ciriaco
#74610
jankop wrote:
Ciriaco wrote:Is it sent to all connected clients?
Is it possible send different messages to the connected clients?

1. NO
2. Yes
It is not message, it is answer the question.


How can I do it ?