Skip to content

Commit bc5d4fe

Browse files
committed
remove early return from initconnection()
1 parent a037d99 commit bc5d4fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wled00/wled.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,6 @@ void WLED::initConnection()
649649
if (!WLED_WIFI_CONFIGURED) {
650650
DEBUG_PRINTLN(F("No connection configured."));
651651
if (!apActive) initAP(); // instantly go to ap mode
652-
return;
653652
} else if (!apActive) {
654653
if (apBehavior == AP_BEHAVIOR_ALWAYS) {
655654
DEBUG_PRINTLN(F("Access point ALWAYS enabled."));

0 commit comments

Comments
 (0)