[GH-ISSUE #858] [Question] when will the non-blocking feature in dev branch make it to master #723

Open
opened 2026-02-28 01:26:45 +03:00 by kerem · 1 comment
Owner

Originally created by @amm009uk on GitHub (Mar 24, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/858

sonoff Basic
WiFimanager Branch/Release:

  • Master
  • Development

Esp8266/Esp32:

  • ESP8266
  • ESP32

Hardware: ESP-12e, esp01, esp25

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

ESP Core Version: 2.4.0, staging

  • 2.3.0
  • 2.4.0
  • staging (master/dev)

Description

When will non-blocking feature in development branch reach main branch?

Problem description

I am using the non-blocking feature in development branch and it appears to be working fine on sonoff basic. When will this feature reach the main branch?
I am asking because the compiled code is larger when using development branch (after removing unsupported features).

void setup() {
WiFiManager wifiManager;
wifiManager.setConfigPortalBlocking(false);

if(!wifiManager.autoConnect(deviceID)) {
debugln(F("WiFi Connected"));
}
}

void loop() {
...
wifiManager.process();
...
}

Originally created by @amm009uk on GitHub (Mar 24, 2019). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/858 sonoff Basic **WiFimanager Branch/Release:** - [ ] Master - [x] Development **Esp8266/Esp32:** - [x] ESP8266 - [ ] ESP32 **Hardware: ESP-12e, esp01, esp25** - [ ] ESP01 - [ ] ESP12 E/F/S (nodemcu, wemos, feather) - [x] Other **ESP Core Version: 2.4.0, staging** - [ ] 2.3.0 - [ ] 2.4.0 - [ ] staging (master/dev) ### Description When will non-blocking feature in development branch reach main branch? ### Problem description I am using the non-blocking feature in development branch and it appears to be working fine on sonoff basic. When will this feature reach the main branch? I am asking because the compiled code is larger when using development branch (after removing unsupported features). void setup() { WiFiManager wifiManager; wifiManager.setConfigPortalBlocking(false); if(!wifiManager.autoConnect(deviceID)) { debugln(F("WiFi Connected")); } } void loop() { ... wifiManager.process(); ... }
Author
Owner

@tablatronix commented on GitHub (Mar 24, 2019):

Ill release a beta soon when I know people have tested it. I think its ready and tested

<!-- gh-comment-id:475998111 --> @tablatronix commented on GitHub (Mar 24, 2019): Ill release a beta soon when I know people have tested it. I think its ready and tested
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#723
No description provided.