Skip to content

Commit 1b38235

Browse files
committed
update default AP channel to 6, possible fix for "AP does not show"
backport from upstream
1 parent 04c466c commit 1b38235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/wled.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ WLED_GLOBAL char clientSSID[33] _INIT(CLIENT_SSID);
348348
WLED_GLOBAL char clientPass[65] _INIT(CLIENT_PASS);
349349
WLED_GLOBAL char cmDNS[33] _INIT(MDNS_NAME); // mDNS address (*.local, replaced by wledXXXXXX if default is used)
350350
WLED_GLOBAL char apSSID[33] _INIT(""); // AP off by default (unless setup)
351-
WLED_GLOBAL byte apChannel _INIT(1); // 2.4GHz WiFi AP channel (1-13)
351+
WLED_GLOBAL byte apChannel _INIT(6); // 2.4GHz WiFi AP channel (1-13)
352352
WLED_GLOBAL byte apHide _INIT(0); // hidden AP SSID
353353
WLED_GLOBAL byte apBehavior _INIT(AP_BEHAVIOR_BOOT_NO_CONN); // access point opens when no connection after boot by default
354354
WLED_GLOBAL IPAddress staticIP _INIT_N((( 0, 0, 0, 0))); // static IP of ESP

0 commit comments

Comments
 (0)