[PR #411] [CLOSED] multiple network support #1620

Closed
opened 2026-02-28 01:30:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/411
Author: @the-real-orca
Created: 8/31/2017
Status: Closed

Base: masterHead: WiFiMulti


📝 Commits (4)

  • 87e81c9 add support to handle multiple network credentials
  • 95d59f8 notify application about adding a new network
  • c27f5da add example saving and loading network list to file system
  • abd0809 show 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.

## 📋 Pull Request Information **Original PR:** https://github.com/tzapu/WiFiManager/pull/411 **Author:** [@the-real-orca](https://github.com/the-real-orca) **Created:** 8/31/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `WiFiMulti` --- ### 📝 Commits (4) - [`87e81c9`](https://github.com/tzapu/WiFiManager/commit/87e81c9053f5c28178930df39d3dfdeb81517a09) add support to handle multiple network credentials - [`95d59f8`](https://github.com/tzapu/WiFiManager/commit/95d59f80f9f15b99265faa54cda055103d562e27) notify application about adding a new network - [`c27f5da`](https://github.com/tzapu/WiFiManager/commit/c27f5da9e5f402b014d9c0112bd474b7d1d1ac62) add example saving and loading network list to file system - [`abd0809`](https://github.com/tzapu/WiFiManager/commit/abd0809e80af986ca31880198412400f99e9d39e) show known networks in AP overview and add delete link ### 📊 Changes **5 files changed** (+327 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+21 -1) 📝 `WiFiManager.cpp` (+105 -4) 📝 `WiFiManager.h` (+18 -2) ➕ `examples/AutoConnectMultipleNetworks/AutoConnectMultipleNetworks.ino` (+50 -0) ➕ `examples/AutoConnectMultipleNetworksWithFS/AutoConnectMultipleNetworksWithFS.ino` (+133 -0) </details> ### 📄 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). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:30:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1620
No description provided.