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.
2 parents fa3a94e + bc5d4fe commit f9a8b30Copy full SHA for f9a8b30
1 file changed
wled00/wled.cpp
@@ -670,7 +670,6 @@ void WLED::initConnection()
670
if (!WLED_WIFI_CONFIGURED) {
671
DEBUG_PRINTLN(F("No connection configured."));
672
if (!apActive) initAP(); // instantly go to ap mode
673
- return;
674
} else if (!apActive) {
675
if (apBehavior == AP_BEHAVIOR_ALWAYS) {
676
DEBUG_PRINTLN(F("Access point ALWAYS enabled."));
0 commit comments