ESP8266: WiFiMulti reconnection?

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, therefore:

Question:

  • Does WiFiMulti reconnect automatically anyway, if the strongest network disappears and sometime 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

I am a bit unsure because no one answers.

Is my question not clear?
Did I provide too less information?
Or is my question difficult?

Regards
Roman