[PR #1331] [MERGED] Enable Portal Timeout in not Blocking Portal #1740

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

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/1331
Author: @ricardollreis
Created: 1/6/2022
Status: Merged
Merged: 1/6/2022
Merged by: @tablatronix

Base: masterHead: patch-1


📝 Commits (1)

  • 6b0b1a4 Enable Portal Timeout in not Blocking Portal

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 WiFiManager.cpp (+4 -0)

📄 Description

Notice that if we set the setConfigPortalTimeout( 60 ) and setConfigPortalBlocking( false ) we got the first message
"*wm:[2] Portal Timeout In 60 seconds" but nothing after that.

This PR is calling the handling for the timeout inside of the process function, in other to utilize the timeout mechanism

Tested with ESP8266


🔄 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/1331 **Author:** [@ricardollreis](https://github.com/ricardollreis) **Created:** 1/6/2022 **Status:** ✅ Merged **Merged:** 1/6/2022 **Merged by:** [@tablatronix](https://github.com/tablatronix) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`6b0b1a4`](https://github.com/tzapu/WiFiManager/commit/6b0b1a4a84be41be259ce23c1f122f69c80f05ba) Enable Portal Timeout in not Blocking Portal ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+4 -0) </details> ### 📄 Description Notice that if we set the _setConfigPortalTimeout( **60** )_ and _setConfigPortalBlocking( **false** )_ we got the first message "*wm:[2] Portal Timeout In 60 seconds" but nothing after that. This PR is calling the handling for the timeout inside of the process function, in other to utilize the timeout mechanism Tested with ESP8266 --- <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:50 +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#1740
No description provided.