because by default i see is off.
i needed because when power i can comunicated directly via web and change proprietes.
else if (strncmp(pb, "GET /C ", 6) == 0) {
pb=pb+9;
while(*pb!=' ')
{
costy +=char(*pb);
pb++;
}
ESP.println(costy);
with this code can send commands to esp8266... but for time an time is blocking, and help me is by default active , and can send again settings command.
in this mode not is necessary comunicated via serial port and is hudge advantage (for me!)
Thanks!
I search in this forum "default active" and not returnig anything, for this open this topic.
If exist an response but not i wieving, apologise!
Thanks!