I would like to send a string from AP to station without using a webserver. I just need to send a string to clients. Is there a way to do this? A webserver is a little more complicated than I need. If this is possible, could someone please share a snippet of code to point me in the right direction. I've tried client.println() from AP but that seems to not work. Thank you in advance.
I would like to send a string from AP to station without using a webserver. I just need to send a string to clients. Is there a way to do this? A webserver is a little more complicated than I need. If this is possible, could someone please share a snippet of code to point me in the right direction. I've tried client.println() from AP but that seems to not work. Thank you in advance.