New Search

If you are not happy with the results below please do another search

1 search result for:

1

Arduino Fix IP wifi

ใส่ code นี้ตอนกำหนด parameter IPAddress staticIP(192, 168, xx, xx); //ESP static IP address IPAddress gateway(192, 168, xx, 1); //IP Address of your WiFi Router (Gateway) IPAddress subnet(255, 255, 255, 0); //Subnet mask IPAddress primaryDNS(8, 8, 8, 8); //optional IPAddress secondaryDNS(8, 8, 4, 4); //optionalDNS แทรก code ถัดจาก void setup() // Configures static IP address if (!WiFi.config(staticIP, […]