[GH-ISSUE #1725] Feature configurable? WiFi AP started when local WiFi is down #1462

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

Originally created by @sany3001 on GitHub (Mar 22, 2024).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1725

As soon as there are no Discussions enabled on this repo, I need to ask question here:

From project description:

  • if this is unsuccessful (or no previous network saved) it moves the ESP into Access Point mode and spins up a DNS and WebServer (default ip 192.168.4.1)

I want to avoid in my project on many of my devices just because my WiFi is down that AP gets activated when there are WiFi credentials stored previously.

Can I achieve that be (re)configuring WiFiManager?

Originally created by @sany3001 on GitHub (Mar 22, 2024). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1725 As soon as there are no Discussions enabled on this repo, I need to ask question here: From project description: * if this is unsuccessful (or no previous network saved) it moves the ESP into Access Point mode and spins up a DNS and WebServer (default ip 192.168.4.1) I want to avoid in my project on many of my devices just because my WiFi is down that AP gets activated when there are WiFi credentials stored previously. Can I achieve that be (re)configuring WiFiManager?
kerem 2026-02-28 01:30:10 +03:00
  • closed this issue
  • added the
    Question
    label
Author
Owner

@tablatronix commented on GitHub (Mar 22, 2024):

Yeah I do not have privs to make those changes, no problem.

You can use only ondemand, or a reset mechanism, long press etc.
Add a configportaltimeout
Add a user code check for x many minutes or reboots before starting cp.

<!-- gh-comment-id:2015428932 --> @tablatronix commented on GitHub (Mar 22, 2024): Yeah I do not have privs to make those changes, no problem. You can use only ondemand, or a reset mechanism, long press etc. Add a configportaltimeout Add a user code check for x many minutes or reboots before starting cp.
Author
Owner

@tablatronix commented on GitHub (Mar 22, 2024):

    // if true (default) then start the config portal from autoConnect if connection failed
    void          setEnableConfigPortal(boolean enable);
<!-- gh-comment-id:2015431201 --> @tablatronix commented on GitHub (Mar 22, 2024): ```C++ // if true (default) then start the config portal from autoConnect if connection failed void setEnableConfigPortal(boolean enable); ```
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#1462
No description provided.