mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[PR #622] multiple network support (2) #1656
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#1656
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/622
Author: @the-real-orca
Created: 6/12/2018
Status: 🔄 Open
Base:
master← Head:WiFiMulti📝 Commits (7)
41ef228add support to handle multiple network credentials7404ac4notify application about adding a new networka7f5db8add example saving and loading network list to file systemd14c2ecshow known networks in AP overview and add delete linkab612bffix missing R_delete2869a91exclude AutoConnectMultipleNetworksWithFS.ino from test (JSON dependency is not available for test)c2b0989examples cleanup📊 Changes
7 files changed (+314 additions, -2 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
README.md(+21 -1)📝
WiFiManager.cpp(+103 -0)📝
WiFiManager.h(+18 -0)➕
examples/AutoConnectMultipleNetworks/AutoConnectMultipleNetworks.ino(+44 -0)➕
examples/AutoConnectMultipleNetworksWithFS/AutoConnectMultipleNetworksWithFS.ino(+126 -0)📝
strings_en.h(+1 -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).
Unlike the ESP8266WiFiMulti it will not re-scan or reconnect to another network when the connection is lost. So, no need to run anything in the main loop.
(old PR: #411)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.