We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5655bfb commit 82b2f39Copy full SHA for 82b2f39
src/Adapters/BlinkerMQTT.h
@@ -2837,6 +2837,7 @@ bool BlinkerMQTT::checkInit()
2837
if (millis() - _connectTime > 15000)
2838
{
2839
BLINKER_LOG(BLINKER_F("APConfig timeout."));
2840
+ WiFi.disconnect();
2841
_configStatus = APCFG_TIMEOUT;
2842
}
2843
return false;
src/Adapters/BlinkerPROESP.h
@@ -3237,6 +3237,7 @@ bool BlinkerWlan::connected() {
3237
BLINKER_LOG(BLINKER_F("APConfig time out"));
3238
3239
// WiFi.stopSmartConfig();
3240
3241
_status = BWL_APCONFIG_TIMEOUT;
3242
3243
0 commit comments