Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By KrAfLo
#89010 Hello friends!
I searched in many places for an answer to my question, but without success.
I have 2 Nodemcu, one as AP and other as STATION.
AP have IP 10.10.10.1, STATION have IP 10.10.10.102.
Both of them have a web pages.
With
void handleRoot() {
server.send(200, “text/plain”, “some text”);
}
I visualizing some text.
My question is: how text from STATION to showing on AP page?

Thanks in advance.
Regards