Search found 1 match

by 3dnour
Sun Mar 24, 2019 11:02 am
Forum: ESP32 Arduino
Topic: esp32 mDNS
Replies: 3
Views: 7245

esp32 mDNS

hi I can access the server through the IP But I can not access through local Is there a solution to this problem I'm using Windows 10 ////////////////////////////////////////////////// #include<WiFi.h> #include<ESPmDNS.h> char ssid[] = "xxxxxxxx"; char pass[] = "xxxxxxxx"; WiFiServer server(80); voi...