rudy wrote:What exactly have you done so far? Have you tried anything with the multi example I suggested? Show what you have and then you might get some help. Please explain why I should spend a couple of hours to give you the help without you showing that you have made any effort on your own.
Please explain why I should spend a couple of hours to give you the help without you showing that you have made any effort on your own
Actually you have not! I asked for help, I did not force you to help me...
OK, I solve my problem using three simple steps ( although I did not cover all my "requirements" ):
1) I trying to be connected using my default ssid and password as these are specified at the sketch
2) If the connection is not done in a specific time-frame ( 10 secinds ) then I go to step ( 3 )
3) I activate wifimanager that for sure it first trying to get connected using the last know ssid password, if not connected then it starts esp8266 in Station mode so using my mobile or pc devices I can give the desired ssid and password through wifimanager web interface.
That's it what I have done!