remove early return from initconnection()

This commit is contained in:
Damian Schneider
2025-09-02 19:46:02 +02:00
parent a037d99469
commit bc5d4fed3c

View File

@@ -649,7 +649,6 @@ void WLED::initConnection()
if (!WLED_WIFI_CONFIGURED) {
DEBUG_PRINTLN(F("No connection configured."));
if (!apActive) initAP(); // instantly go to ap mode
return;
} else if (!apActive) {
if (apBehavior == AP_BEHAVIOR_ALWAYS) {
DEBUG_PRINTLN(F("Access point ALWAYS enabled."));