mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #34] Auto join open APs #29
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#29
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 @tablatronix on GitHub (Dec 25, 2015).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/34
Can esp8266 lib even detect this ?
Combined with strength logic, this might be neat for a roaming option.
Could also add wildcard ap matching, for example how xfinity and atts free wifi works.
@tzapu commented on GitHub (Dec 25, 2015):
i think you can detext open ip networks, but then it needs logic to retry the connection when you fail, and so on.
i am thinking that might be better off in a separate library just for that, outside the scope of WiFiManager
@tablatronix commented on GitHub (Dec 25, 2015):
Agreed, Maybe we can just add secure flags to the listings for manual ID.
@tzapu commented on GitHub (Dec 25, 2015):
yup, will add something like that as soon as i get another chunk of time i can allocate to this
@tablatronix commented on GitHub (Dec 25, 2015):
Ill brush up on my C and take a look if i get time.
@tzapu commented on GitHub (Dec 27, 2015):
added a padlock indicator for secured networks
please test