File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ WLED_GLOBAL char clientSSID[33] _INIT(CLIENT_SSID);
348348WLED_GLOBAL char clientPass[65 ] _INIT(CLIENT_PASS);
349349WLED_GLOBAL char cmDNS[33 ] _INIT(MDNS_NAME); // mDNS address (*.local, replaced by wledXXXXXX if default is used)
350350WLED_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)
352352WLED_GLOBAL byte apHide _INIT (0 ); // hidden AP SSID
353353WLED_GLOBAL byte apBehavior _INIT (AP_BEHAVIOR_BOOT_NO_CONN); // access point opens when no connection after boot by default
354354WLED_GLOBAL IPAddress staticIP _INIT_N ((( 0 , 0 , 0 , 0 ))); // static IP of ESP
You can’t perform that action at this time.
0 commit comments