mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[PR #411] [CLOSED] multiple network support #1620
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#1620
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?
📋 Pull Request Information
Original PR: https://github.com/tzapu/WiFiManager/pull/411
Author: @the-real-orca
Created: 8/31/2017
Status: ❌ Closed
Base:
master← Head:WiFiMulti📝 Commits (4)
87e81c9add support to handle multiple network credentials95d59f8notify application about adding a new networkc27f5daadd example saving and loading network list to file systemabd0809show known networks in AP overview and add delete link📊 Changes
5 files changed (+327 additions, -7 deletions)
View changed files
📝
README.md(+21 -1)📝
WiFiManager.cpp(+105 -4)📝
WiFiManager.h(+18 -2)➕
examples/AutoConnectMultipleNetworks/AutoConnectMultipleNetworks.ino(+50 -0)➕
examples/AutoConnectMultipleNetworksWithFS/AutoConnectMultipleNetworksWithFS.ino(+133 -0)📄 Description
I added some code to handle multiple networks and credentials.
If the connection to the last connected network failed, a list of known networks will be searched for the strongest AP in reach. The known networks can be load and stored to the internal FS (see examlpes/AutoConnectMultipleNetworksWithFS).
It will not re-scan or reconnect to another network when the connection is lost. WiFiMulti is not used (even if the branch name would suggest).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.