[GH-ISSUE #824] How to disable the launch of the configuration portal, при использовании wm.process()? #691

Open
opened 2026-02-28 01:26:36 +03:00 by kerem · 2 comments
Owner

Originally created by @DeltaVetal26 on GitHub (Feb 12, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/824

Hi,

How can I disable the automatic launch of the settings portal when using wm.process()? When using autoConnect, this can be done by replacing startConfigPortal (), but here I do not use this function.

My Test Code:

#include <WiFiManager.h>

WiFiManager wm;

void setup() {
  wm.setConfigPortalBlocking(false);
}

void loop() {
  wm.process();
}
Originally created by @DeltaVetal26 on GitHub (Feb 12, 2019). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/824 Hi, How can I disable the automatic launch of the settings portal when using wm.process()? When using autoConnect, this can be done by replacing startConfigPortal (), but here I do not use this function. My Test Code: ```cpp #include <WiFiManager.h> WiFiManager wm; void setup() { wm.setConfigPortalBlocking(false); } void loop() { wm.process(); } ```
Author
Owner

@tablatronix commented on GitHub (Feb 12, 2019):

What do you mean "launch of the configuration portal" ?

<!-- gh-comment-id:462904822 --> @tablatronix commented on GitHub (Feb 12, 2019): What do you mean "launch of the configuration portal" ?
Author
Owner

@tablatronix commented on GitHub (Feb 12, 2019):

process should do nothing if you never started configportal

<!-- gh-comment-id:462930094 --> @tablatronix commented on GitHub (Feb 12, 2019): process should do nothing if you never started configportal
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#691
No description provided.