in my project I'm facing a difficulty that I still can not solve!
I'm using the server:
WiFiServer server (port);
To open a port and remote commands from my site!
Also not my ESP12 (mcu node - Arduino) I'm doing a web service using a same port for server and also accessing my web service!
to do this, I mount the site in the hand and send the html to a chosen port, opening any browser on the correct port, works perfectly!
But I found a problem!
I can not use an OTA update library to pick up a file from my computer and manually load it from my server.
So, you have made an ESP8266WebServer.h library installed!
but .... If you have this library installed, I can not use a port as a web server and as a time to receive commands from my server ...
so one of the libraries works on the same port ... on different ports it works perfectly! But I need you to use the same door.
I believe that the ideal is to take as functions ESP8266WebServer to use and import them in some way ... I still do not know how ....
It's a very specific problem, I know ...
Can someone help me?