-->
Page 1 of 1

WiFiMulti re-connection prerequisites?

PostPosted: Mon Jun 18, 2018 9:37 am
by RK_aus_S
Hello

I'm using the WiFiMulti library to connect my ESP8266 to the strongest of my Wifi networks - and that works very well.

I want to be sure that it is always connectet the strongest available network, not only on first connect, therefore:

Question:

    Does WiFiMulti reconnect automatically anyway, if the strongest network disappears and sometimes later re-appears again?
    Or do I simply have to execute wifiMulti.run() again periodically?
    Or do I have to execute wifi.disconnect() first and then wifiMulti.run() periodically?

Kind regards
Roman

*** UPDATE ***
No answer necessary anymore.
Questions partially clarified and new questions formulated in a new thread ...
Thanks.