Open
Description
Hello!
I have a large house and several different access points in it. My ESP8266-based sensors are located in different places all over my house. In these places they can't reach the same AP to connect to using MySensor library. Currently I'm using a bit modified lib that tries to connect to any AP listed in AP list. If one AP fails it tries to connect to next one using round-robin scheme.
Are there any plans of adding such sort of functionality into the library or I'm the only one nerd that needs it?