Dear fellow Programmers,
my Program should do this:
-
Connect to WIFI A
-
Connect to Server A and send a String of data
-
Disconnect
-
Connect to WIFI B
-
Connect to Server B and send a String of data
-
Disconnect
Problem:
It does work for the first Server, but does not connect to the second one.(It does connect to WIFI B)
When I switch the order of the WIFIs/Servers the Problem remains the same, meaning it will not connect to the second server.
I am using a NodeMCU board and the Servers/APs are magic Home UFO LED controllers.
TwoWifisTwoServers.ino (5.01 KB)