paclema / WebConfigServer

Arduino/ESP library with a Web Server to manage device configurations under config.json file stored in the SPIFFS and plot values into real-time dashboard for ESP8266 and ESP32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable wifiMulti and check if reconnection works

paclema opened this issue · comments

wifiMulti could already be working but reconnection is not working yet.

If the net#1 (initially first connected and stronger) is turned down and the net#2 is also available, the reconnection only tries to connect to the missing net#1, without caring to connect to the available net#2.