[GH-ISSUE #1138] Keep portal on after connect to one network #975

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

Originally created by @SkyBadPT on GitHub (Oct 31, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1138

Basic Infos

Hardware

WiFimanager Branch/Release:

  • Master
  • [x ] Development

Esp8266/Esp32:

  • [x ] ESP8266
  • ESP32

Hardware: ESP-12e, esp01, esp25

  • ESP01
  • [x ] ESP12 E/F/S (nodemcu, wemos, feather)
  • Other

ESP Core Version: 2.4.0, staging

  • 2.3.0
  • 2.4.0
  • [x ] staging (master/dev)

Description

Can't make the portal keep on after connecting to a network and I do not want to use a button to make it on, I just want it to not go off after connecting to a network

`void setup() {
delay(1000);
Serial.begin(115200);

WiFiManager wifiManager;
wifiManager.resetSettings();
wifiManager.startConfigPortal("test123", "123456789");
Serial.println("connected...yeey :)");`
Originally created by @SkyBadPT on GitHub (Oct 31, 2020). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1138 ### Basic Infos #### Hardware **WiFimanager Branch/Release:** - [ ] Master - [x ] Development **Esp8266/Esp32:** - [x ] ESP8266 - [ ] ESP32 **Hardware: ESP-12e, esp01, esp25** - [ ] ESP01 - [x ] ESP12 E/F/S (nodemcu, wemos, feather) - [ ] Other **ESP Core Version: 2.4.0, staging** - [ ] 2.3.0 - [ ] 2.4.0 - [x ] staging (master/dev) ### Description Can't make the portal keep on after connecting to a network and I do not want to use a button to make it on, I just want it to not go off after connecting to a network `void setup() { delay(1000); Serial.begin(115200); WiFiManager wifiManager; wifiManager.resetSettings(); wifiManager.startConfigPortal("test123", "123456789"); Serial.println("connected...yeey :)");`
kerem closed this issue 2026-02-28 01:27:55 +03:00
Author
Owner

@tablatronix commented on GitHub (Oct 31, 2020):

use the non blocking examples

<!-- gh-comment-id:719875192 --> @tablatronix commented on GitHub (Oct 31, 2020): use the non blocking examples
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#975
No description provided.