From 2cbf19648884fce3450055e462f3225716cc256d Mon Sep 17 00:00:00 2001 From: MisterD66 Date: Sat, 1 Jun 2019 14:10:31 +0200 Subject: [PATCH] Update CaptivePortal.ino --- libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino b/libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino index 354116415b..53b159502b 100644 --- a/libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino +++ b/libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino @@ -3,7 +3,7 @@ #include const byte DNS_PORT = 53; -IPAddress apIP(192, 168, 1, 1); +IPAddress apIP(172, 217, 28, 1); DNSServer dnsServer; ESP8266WebServer webServer(80);