Using alternative Access point if primary fails

Hi…

just a basic thing (using ESP8266 standalone, but will be true for other variants most likely):

When establishing the connection to the primary (i.e. first) WiFi AP fails there should be a fallback-solution to try. I need the code for

Blynk.begin(auth, “primaryAP”, “”);
if Blynk.begin… fails to connect, try "Blynk.begin(auth, “secondaryAP”, “”);

Also this would allow for taking the board and using it in different wifi environments without the need to reflash just to change the settings…

Thanks…

:slight_smile:

Please take a look at this:
NEW features on master branch (v0.2.5-beta)

Dammit… I knew I missed something… Thanks anyway.

1 Like