If this has been addressed I couldn't find anything specific to my experience so I decided to post hoping I'm not being redundent.
I have a couple Lolin developement boards, and some generic ESP8266 -12's I'm playing with. I have the same sketch on both types, which is an asynchronous webserver on AP mode, serving a temperature reading from an 18b20 sensor. If I access the network access point with any of my android devices, I can log into the webserver page, and view the readings, and they do update.
HOWEVER:
If I try to access the AP via my LAPTOP running Windows 10, the first thing I notice is that the Lolin seems to have difficulty connecting. If it does, when I try to access the webservers page via a browser the connection is dropped. Several times, while attempting, I left the connection open to the android device and it never dropped to that device. If I leave the laptop browser open (I've tried Chrome, Firefox, Safari, and Opra) and try reconnecting via the Windows10 connection icon, it will sometimes connect long enough to display one reading, then drop, all the time maintaining connection to the android device. Removing that device has no effect. One time, and only one time, Windows reported that the network selected was using an "older" security set up and may leave me vulnerable.
But:
When accessing the same webserver loaded onto the generic ESP8255, it links up and holds the connection fine. Both the modules are labeled ESP8266-MOD
So I guess the question is, Is this a windows issue? Is anyone else experiencing this? I have an older Laptop with Ubuntu on it, I may dust it off and see what happens with it.
Any feed back greatly appreciated.