zhouhan0126 / WIFIMANAGER-ESP32

wifimanager-esp32
MIT License
401 stars 135 forks source link

Auto connection without serial link #34

Closed kirax999 closed 4 years ago

kirax999 commented 4 years ago

Hello,

First of all thanks for the development it works so well.

But I'm looking for a function that I can not find, once the authentication made the ESP32 reboot but it does not connect to my router directly it waits for me to connect to the serial port, is it possible to connect directly to the boot of the ESP if it detects the network ?

kirax999 commented 4 years ago

Sorry I found the command to add in the doc here it is actually once the debug disable it will connect automatically one time out of two lack more than find the automatic connection no matter the number of start.

wifiManager.setDebugOutput(false);