BTW, when I connect from a nearby laptop, I get "Windows was unable to connect to ESP," then it seems to connect briefly (but not long enough to access the admin.html page), and finally drops the connection to ESP.
OK - Update: After further investigation and discussion research, I changed my 300mA power supply to a 1.5A unit, regulated down to 3.3v DC. Now, I am able to connect and access admin.html - wahoo!
BTW, the documentation on your web page (http://www.john-lassen.de/index.php/pro ... -webconfig) states to connect to http://192.168.4.1/admin.html after connecting to the ESP AP, but I saw in the code this line:
config.IP[0] = 192;config.IP[1] = 168;config.IP[2] = 1;config.IP[3] = 100;
This kinda looks as if the AP is set to 192.168.1.100. I'm no network engineer, but which is correct?