目前,我正在尝试使用ESP8266和DNS将我的MySQL连接到Azure MySQL数据库。似乎WiFi库本机不支持DNS,只有IP但是Azure不支持静态IP,因此我需要使用DNS。Needed for Leonardo only
int status = WiFi.begin(ssid, pass);
我正在努力设置我的静态ip,似乎没有什么工作。# interfaces(5) file used by ifup(8) and ifdown(8)iface lo inet loopback netmask 255.255.255.0 broadcast 192.168.0.255 dns-nameserverstried it with