mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1230] AutoConnect #1053
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#1053
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 @MReed1959 on GitHub (Mar 19, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1230
I could like to use WiFiManager instead of AutoConnect. But I can't. WiFiManager requires that you connect to the AP, then go to the browser and type in the IP address. I'm making something for an 86 YO, she can't do that.
The AutoConnect, while much more difficult to implement, will automatically go to the configure page as soon as you connect to the AP.
Is there anyway to do that with WiFiManager?
PLEASE TRY DEVELOPMENT BRANCH before submitting bugs on release or master, in case they were already fixed.
Issues without basic info will be ignored or closed!
Please fill the info fields, it helps to get you faster support ;)
if you have a stack dump decode it:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/stack_dump.rst
for better debug messages:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.rst
----------------------------- Remove above -----------------------------
Basic Infos
Hardware
WiFimanager Branch/Release: Development
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
Core Version: 2.4.0, staging
Description
Problem description
Settings in IDE
Module: NodeMcu, Wemos D1
Additional libraries:
Sketch
Debug Messages
@EgHubs commented on GitHub (Apr 1, 2021):
Will, for me with WiFiManager library when I connect to the ESP AP it automatically opens the configuration page if I'm using my laptop (windows and mac), and with my phone, if I try to open any link with any browser it will automatically redirect you to the configuration page.
@tablatronix commented on GitHub (Apr 1, 2021):
You can start webmanager by itself now with cutting edge.
Autoconnect is supposed to use captive portal, that is what it does...