Compare commits

...

2 Commits

Author SHA1 Message Date
4c313d7e9a perf: updated components 2026-01-06 11:00:05 +03:00
1a24f57025 perf: updated components 2025-12-28 22:26:09 +03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ static void _zh_wifi_softap_init(void)
.ap = { .ap = {
.ssid = WIFI_SSID, .ssid = WIFI_SSID,
.password = WIFI_PASS, .password = WIFI_PASS,
.max_connection = 4, .max_connection = MAX_STA_CONNECTION,
.authmode = WIFI_AUTH_WPA2_PSK, .authmode = WIFI_AUTH_WPA2_PSK,
}, },
}; };