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 a037d99 commit bc5d4feCopy full SHA for bc5d4fe
wled00/wled.cpp
@@ -649,7 +649,6 @@ void WLED::initConnection()
649
if (!WLED_WIFI_CONFIGURED) {
650
DEBUG_PRINTLN(F("No connection configured."));
651
if (!apActive) initAP(); // instantly go to ap mode
652
- return;
653
} else if (!apActive) {
654
if (apBehavior == AP_BEHAVIOR_ALWAYS) {
655
DEBUG_PRINTLN(F("Access point ALWAYS enabled."));
0 commit comments