AutoConnect - how can I tell the status?

My project uses an ESP8266, and it runs just fine!

My problem is that the program includes the line"
wifiManager.autoConnect(); // System waits here for a network to be selected!

I would like to let the user know that connection has not yet been established.
In other words, I want to test the status of the wifiManager and do something while it has not successfully connected - and then proceed once there is a connection.

My program goes through the steps of trying to configure, then the SM gives me the following last few lines:

*WM: Configuring access point...
*WM: ESP784531
*WM: AP IP address:
*WM: 192.168.4.1
*WM: HTTP server started

and then it simply waits for the user to call into it.

My problem is that I want to tell the user that it is waiting for him to do something.
Right now after the the last line the system just waits for the user to log in. After I log in, all is all is OK.

I had previously listed my problem on a different section - but got only one response - which was not relevant.
1d
post #1

I have spent a lot of time in various searches, without success.
Maybe someone here can help me.

  • Matt

Then display the message before that line and blank it after the line.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.