two WI-FI
Closed this issue · 1 comments
superbosu commented
Hi, is there a way to modify the code in order to connect to multiple wifi?
for example I have wi-fi A and wifi B, but I can configure it only for one of them.
tnx
aderusha commented
If you check out the ESP8266WiFiMulti library example here you can find how that works. You'd need to update void setupWifi()
to utilize the new library following the example given.