tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.6k stars 1.98k forks source link

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

Open amm009uk opened 5 years ago

amm009uk commented 5 years ago

sonoff Basic WiFimanager Branch/Release:

Esp8266/Esp32:

Hardware: ESP-12e, esp01, esp25

ESP Core Version: 2.4.0, staging

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(); ... }

tablatronix commented 5 years ago

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