mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #3] Should redirect all IP addresses to configuration page #1
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @probonopd on GitHub (Jul 7, 2015).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/3
WiFiManager should redirect all IP addresses to configuration page so that the user does not need to specifically know 192.168.4.1.
See https://github.com/esp8266/Arduino/blob/esp8266/hardware/esp8266com/esp8266/libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino
@tzapu commented on GitHub (Jul 9, 2015):
good idea, thanks for the link, will look into adding this
@tzapu commented on GitHub (Sep 11, 2015):
added captive portal
@probonopd commented on GitHub (Sep 12, 2015):
Thank you. I will test this as soon as it compiles with the official ESP8266 package installed by the Boards Manager. Right now compilation fails with
error: 'class ESP8266WebServer' has no member named 'hostHeader'which is expected sincehostHeaderwas added only recently to esp8266/Arduino.