1 - It works occasionally! Once in a while the second page is displayed but not often.
2 - I see that opmode is 2 before I try the wifi.begin and 3 afterwards
3 - Execution clearly continues through the client.print code to present the web page but nothing appears on my mobile
device.
4 - My mobile device shows that it is waiting to receive a new page and I am still connected to the AP but it hangs there
with the progress bar showing that it received something but not enough.
5 – If I comment out the wifi.begin statement, the second page is displayed without a problem every time.
6 – I have tried disconnecting and reconnecting the AP without success.
WiFi.disconnect();
delay(100);
WiFi.mode(WIFI_AP);
WiFi.softAP( AP_ssid );
7 – I do have the mdns server running but only my mobile iOS device seems to support it. Not my Android or Chrome on my desktop.
(I haven't figured out how to post my code here so I attached it)
Thanks for your help,
Michael