[PR #1328] [CLOSED] Add parameter to let the portals keep running in background. #1737

Closed
opened 2026-02-28 02:12:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/1328
Author: @axlan
Created: 12/26/2021
Status: Closed

Base: masterHead: run-in-background


📝 Commits (4)

  • 5e0583f Add parameter to let the portals keep running in background.
  • fe00c12 Preserve WiFi creds when unaltered or not entered.
  • a86c4ab Simplify WiFiManagerParameter RAII logic with smart pointers.
  • 5f22945 Remove autostart after successful autoConnect.

📊 Changes

2 files changed (+47 additions, -34 deletions)

View changed files

📝 WiFiManager.cpp (+34 -24)
📝 WiFiManager.h (+13 -10)

📄 Description

This is a really simple mod I made to support using this project both for it's Wifi management, and also as a general configuration page. To do this I run the class in non-blocking mode, and I want the config portal to keep running even after the WiFi connection completes successfully. I also made the corresponding issue: https://github.com/tzapu/WiFiManager/issues/1327 .


🔄 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/1328 **Author:** [@axlan](https://github.com/axlan) **Created:** 12/26/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `run-in-background` --- ### 📝 Commits (4) - [`5e0583f`](https://github.com/tzapu/WiFiManager/commit/5e0583fa22cb55004a88b65b3ed86cc8b42c0a19) Add parameter to let the portals keep running in background. - [`fe00c12`](https://github.com/tzapu/WiFiManager/commit/fe00c124b4a258ce90ece9dbb7e2bfb8c9b075fc) Preserve WiFi creds when unaltered or not entered. - [`a86c4ab`](https://github.com/tzapu/WiFiManager/commit/a86c4abdc4391f8cad87c40bd9a77bc2c4dcbc36) Simplify WiFiManagerParameter RAII logic with smart pointers. - [`5f22945`](https://github.com/tzapu/WiFiManager/commit/5f229454105a4d7dedf0cfe96af6bfa08c83be63) Remove autostart after successful autoConnect. ### 📊 Changes **2 files changed** (+47 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+34 -24) 📝 `WiFiManager.h` (+13 -10) </details> ### 📄 Description This is a really simple mod I made to support using this project both for it's Wifi management, and also as a general configuration page. To do this I run the class in non-blocking mode, and I want the config portal to keep running even after the WiFi connection completes successfully. I also made the corresponding issue: https://github.com/tzapu/WiFiManager/issues/1327 . --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 02:12:49 +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#1737
No description provided.