Skip to content

Commit f9a8b30

Browse files
authored
Merge pull request #4903 from DedeHai/ESPNOW_AP-mode_fix
remove early return from initconnection()
2 parents fa3a94e + bc5d4fe commit f9a8b30

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

wled00/wled.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,6 @@ void WLED::initConnection()
670670
if (!WLED_WIFI_CONFIGURED) {
671671
DEBUG_PRINTLN(F("No connection configured."));
672672
if (!apActive) initAP(); // instantly go to ap mode
673-
return;
674673
} else if (!apActive) {
675674
if (apBehavior == AP_BEHAVIOR_ALWAYS) {
676675
DEBUG_PRINTLN(F("Access point ALWAYS enabled."));

0 commit comments

Comments
 (0)