[GH-ISSUE #1197] Continue if Wifi not available, do not enter AP Mode. is that possible? #1022

Closed
opened 2026-02-28 01:28:09 +03:00 by kerem · 1 comment
Owner

Originally created by @Primus007 on GitHub (Jan 26, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1197

Hardware

WiFimanager Branch/Release: Development
Esp8266
Hardware: ESP-12e
Core Version: 2.7.1, staging
Module: Wemos D1

If I have already configured a wifi, but if this is not available, then the AP configuration mode is started automatically.
can i prevent that?
I would like my program to continue working normally, even if the WiFi is not available. The AP configuration mode should only be started when a button is pressed and in no other cases.

Is that possible? if yes, how?

Originally created by @Primus007 on GitHub (Jan 26, 2021). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1197 #### Hardware WiFimanager Branch/Release: Development Esp8266 Hardware: ESP-12e Core Version: 2.7.1, staging Module: Wemos D1 If I have already configured a wifi, but if this is not available, then the AP configuration mode is started automatically. can i prevent that? I would like my program to continue working normally, even if the WiFi is not available. The AP configuration mode should only be started when a button is pressed and in no other cases. Is that possible? if yes, how?
kerem closed this issue 2026-02-28 01:28:09 +03:00
Author
Owner

@tablatronix commented on GitHub (Jan 26, 2021):

yeah do not use autoconnect or set enableconfigportal false

<!-- gh-comment-id:767563453 --> @tablatronix commented on GitHub (Jan 26, 2021): yeah do not use autoconnect or set enableconfigportal false
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#1022
No description provided.