zhouhan0126 / WIFIMANAGER-ESP32

wifimanager-esp32
MIT License
401 stars 135 forks source link

Do a task in the waiting for connect loop #36

Closed FrancoCapraro closed 4 years ago

FrancoCapraro commented 4 years ago

Hi, i want to do some task (turn on/off leds) when im waiting for connection parameters loops:

*WM: AutoConnect
*WM: Connecting as wifi client...
*WM: Using last saved values, should be faster
*WM: Connection result:
*WM: 6
*WM: SET AP STA
*WM:
*WM: Configuring access point...
*WM: MYWIFI
*WM: 12345678
*WM: AP IP address:
*WM: 192.168.4.1
***WM: HTTP server started**

i tried in different places of the code but i couldnt get it.

Thank you for your time.

FrancoCapraro commented 4 years ago

My bad, i found the solution,