Topic: RemoteXY_Init () with more than one WiFi SSID/password
At the moment to set the Wifi network you want to connect to they are set in:-
#define REMOTEXY_WIFI_SSID "ssid"
#define REMOTEXY_WIFI_PASSWORD "password"
Then this connects to the wifi:-
RemoteXY_Init ();
Is there any way to give RemoteXY different SSIDs and passwords so we can change wifi network, eg:-
RemoteXY_Init ( "SSID2", "PASSWORD2" );