michaelSapegin

Results 2 comments of michaelSapegin

Hello everybody! My research on the issue has shown that any problem with network parameters can be the cause. For example, if the device does not use DHCP, you must...

Just add this definition: IPAddress dns(192,168,0,1); // set your right dns and in setup() change this: WiFi.config(ip, gateway, subnet, dns); In full form it may be WiFi.config(ip, gateway, subnet, dns1,...